由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - looking for a compact C/VC++ compiler; any recommendations?
相关主题
[合集] another question for C++ constantC++疑问
c++中的inline 函数是做什么的?谁来解释一下这个是compiler问题吗?
Do the two statements cost the same amount of time?关于Makefile的一个问题
数组指针的问题嵌入式编程问题
C array关于C++ STL编译的疑问
A C++ compiler related interview questionquestion for C++ constant
A tech question (转载)a question about CAST
An interesting C++ compile errorinterview question: make all class member functions virtual (转载)
相关话题的讨论汇总
话题: c++话题: compiler话题: ideally话题: compact话题: should
进入Programming版参与讨论
1 (共1页)
z***7
发帖数: 555
1
To meet the requirement of some commerical applications, we need some very
compact C/C++, which should be:
1). Small in size, the smaller the better, the greener the merrier (Ideally
the compiler should not require installation process to become workable).
2). Can compile to both x86 and x86-64 programs, targetting both Windows and
Linux platforms.
3).The complier will only be used to compile very short C/C++ programs (e.g.
no more than 20 lines), but the compilie time should be as short as
possible (which is a critical requirement.)
4). All its features should be enable to be set through command-line inputs
(well every compiler can do this I guess).
5). Have easy accessible configuration files.
6). Can accept Boost and popular math libraries.
7). I don't need advanced C++ features (e.g. C++/99).
8). In terms of code-optimization, if the compiler can optimize the code, it
is a plus but it is not necessary.
9). Ideally it's best if it's free for redistrubation, but liscence-fee is
also acceptable, however we prefer a once-and-for-all payment method instead
of per-item/copy method.
We get a in-house product, but are open to other options, free or not. Many
thanks in advance.
w***g
发帖数: 5958
2
http://www.mingw.org/

Ideally
and
g.
inputs

【在 z***7 的大作中提到】
: To meet the requirement of some commerical applications, we need some very
: compact C/C++, which should be:
: 1). Small in size, the smaller the better, the greener the merrier (Ideally
: the compiler should not require installation process to become workable).
: 2). Can compile to both x86 and x86-64 programs, targetting both Windows and
: Linux platforms.
: 3).The complier will only be used to compile very short C/C++ programs (e.g.
: no more than 20 lines), but the compilie time should be as short as
: possible (which is a critical requirement.)
: 4). All its features should be enable to be set through command-line inputs

a*****g
发帖数: 19398
3
不如考虑 Lua

Ideally
and
g.
inputs

【在 z***7 的大作中提到】
: To meet the requirement of some commerical applications, we need some very
: compact C/C++, which should be:
: 1). Small in size, the smaller the better, the greener the merrier (Ideally
: the compiler should not require installation process to become workable).
: 2). Can compile to both x86 and x86-64 programs, targetting both Windows and
: Linux platforms.
: 3).The complier will only be used to compile very short C/C++ programs (e.g.
: no more than 20 lines), but the compilie time should be as short as
: possible (which is a critical requirement.)
: 4). All its features should be enable to be set through command-line inputs

c********1
发帖数: 5269
4
targetting both Windows and Linux platforms.
why the smaller the better?
To be used as a teaching tool?

Ideally
and
g.
inputs

【在 z***7 的大作中提到】
: To meet the requirement of some commerical applications, we need some very
: compact C/C++, which should be:
: 1). Small in size, the smaller the better, the greener the merrier (Ideally
: the compiler should not require installation process to become workable).
: 2). Can compile to both x86 and x86-64 programs, targetting both Windows and
: Linux platforms.
: 3).The complier will only be used to compile very short C/C++ programs (e.g.
: no more than 20 lines), but the compilie time should be as short as
: possible (which is a critical requirement.)
: 4). All its features should be enable to be set through command-line inputs

b*******r
发帖数: 713
5
Turbo c?
A quick fix jumps over a lazy dog
1 (共1页)
进入Programming版参与讨论
相关主题
interview question: make all class member functions virtual (转载)C array
c++标准函数传递一问A C++ compiler related interview question
C++ 的 问题A tech question (转载)
有谁知道怎么把matlab和VC联接着一起用? (转载)An interesting C++ compile error
[合集] another question for C++ constantC++疑问
c++中的inline 函数是做什么的?谁来解释一下这个是compiler问题吗?
Do the two statements cost the same amount of time?关于Makefile的一个问题
数组指针的问题嵌入式编程问题
相关话题的讨论汇总
话题: c++话题: compiler话题: ideally话题: compact话题: should