[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Tinycc-devel] .rept .endr support
From: |
Marc E. Fiuczynski |
Subject: |
[Tinycc-devel] .rept .endr support |
Date: |
Wed, 3 Nov 2004 16:22:36 -0500 |
Hi,
I read with great interest about tccboot and the ability to compile the
linux kernel quickly with tcc. There were a few mods required to the 2.4.26
kernel to get it to compile with tcc. One of them was .rept and .endr
support.
As I'd like to start playing with tcc, I was thinking about adding such
support myself as a contribution back to your project. I started to hack in
support for rept/endr support into tccasm.c:asm_parse_directive().
Specifically, I was thinking of simply creating a BufferedFile object that
captured the code between the .rept and .endr asm directives, and then cause
tcc to process this N times as specified by .rept. Would that be a viable
approach?
Thanks,
Marc
- Re: [Tinycc-devel] TCC code generation for a stack based VM, (continued)
Re: [Tinycc-devel] TCC code generation for a stack based VM, Zoltán Lörincz, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, Fabrice Bellard, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, Zoltán Lörincz, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, Fabrice Bellard, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, lucas wix, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, David Hovemeyer, 2004/11/03
- Re: [Tinycc-devel] TCC code generation for a stack based VM, Alan Grimes, 2004/11/04
- [Tinycc-devel] .rept .endr support,
Marc E. Fiuczynski <=
- Re: [Tinycc-devel] .rept .endr support, Fabrice Bellard, 2004/11/03
- RE: [Tinycc-devel] .rept .endr support, Marc E. Fiuczynski, 2004/11/03
[Tinycc-devel] compiling linux-2.6 w/ tcc, Marc E. Fiuczynski, 2004/11/03
Re: [Tinycc-devel] compiling linux-2.6 w/ tcc, Basile STARYNKEVITCH, 2004/11/03
RE: [Tinycc-devel] compiling linux-2.6 w/ tcc, Marc E. Fiuczynski, 2004/11/03
Re: [Tinycc-devel] TCC code generation for a stack based VM, Julian Brown, 2004/11/04
Re: [Tinycc-devel] TCC code generation for a stack based VM, Mauricio Abre, 2004/11/06
Re: [Tinycc-devel] TCC code generation for a stack based VM, Anton Ertl, 2004/11/08