tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] TinyCC REPL


From: Sergey Korshunoff
Subject: Re: [Tinycc-devel] TinyCC REPL
Date: Wed, 13 May 2015 05:26:25 +0300

Hello Joey
> I was wondering if there was a way to implement a REPL without having to 
> recompile a long > string of code every time using tcc_compile_string

tcc compile a linux 2.4.26 in 8 seconds:
37897 idents, 6674784 lines, 194464580 bytes, 8.269 s, 807168 lines/s, 23.5 MB/s
mem_max_size= 9587234 bytes

A no so big program will be recompiled in 1 sec. A modified version of
your program is attached.

Attachment: your_program.c
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]