Roberto Ierusalimschy
2f4162bc47
Compiler optimization back to '-O2'
Undo commit 6a10f03ff
. Compiler performance is important, too.
4 years ago
Roberto Ierusalimschy
6f5bd5072d
Macro LUAI_ASSERT eases turning assertions on
4 years ago
Roberto Ierusalimschy
56ec432281
Change in macro HARDMEMTESTS for testing GC
Macro HARDMEMTESTS broke in two: HARDMEMTESTS forces a full GC cycle
at every point where the GC can run. New macro EMERGENCYGCTESTS
forces an emergency collection at every memory allocation.
4 years ago
Roberto Ierusalimschy
0280407fc5
Details
Comments in makefile and function 'l_str2d'.
4 years ago
Roberto Ierusalimschy
69e84805e4
Details
4 years ago
Roberto Ierusalimschy
6a10f03ff8
Makefile compiles the Lua compiler with '-Os'
The performance of the Lua compiler is not critical for Lua
performance, but it is a big component in the source. So, it makes
sense to trade speed for size in this component.
5 years ago
Roberto Ierusalimschy
89f6a85f03
Details in the makefile (warning options)
5 years ago
Roberto Ierusalimschy
35a28a58b3
Details
- removed rule about RCS from makefile
- comments and nitpicking in 'llex.c'
5 years ago
Roberto Ierusalimschy
6aeaeb5656
Detail in makefile
6 years ago
Roberto Ierusalimschy
662506476b
'all' script automatically 'make's everything
The script 'all', to run all tests, automatically ensures that the
Lua interpreter and the test C libraries (in 'testes/libs/') are
updated with any changes in 'luaconf.h'.
6 years ago
Roberto Ierusalimschy
af6d9f3116
Details
A few details in the makefile and in the manual. (In particular,
it updates the dependency lists in the makefile.)
6 years ago
Roberto Ierusalimschy
6683f83b51
several details
6 years ago
Roberto Ierusalimschy
bdcde45d05
updated to use jump tables
7 years ago
Roberto Ierusalimschy
0eb10c6303
'LUA_USE_READLINE' moved to the make file
7 years ago
Roberto Ierusalimschy
4105cafb84
no more 'bitlib'
7 years ago
Roberto Ierusalimschy
76ff55750e
no optimizations in test mode + no more compat with 5.2 + a few more
options in comments
7 years ago
Roberto Ierusalimschy
e354c6355e
small updates
8 years ago
Roberto Ierusalimschy
f5b0459aba
details
9 years ago
Roberto Ierusalimschy
6a8400ba4f
using 'clang' by default + changes in warnings ('old-style-declaration'
removed because it is included in 'extra' + 'strict-aliasing' removed
because it is included in 'all' + 'aggregate-return' removed because
no one would do it by mistake)
9 years ago
Roberto Ierusalimschy
72bd2ef6c5
dependencies updated
10 years ago
Roberto Ierusalimschy
dbf911c516
detail (added -Wconversion as a comment, to be used ocasionally)
10 years ago
Roberto Ierusalimschy
720c68dabb
removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag
-Wcast-align (Lua does some unconventional casts) + added flag -std=c99
+ added file lprefix.h in dependency lists
10 years ago
Roberto Ierusalimschy
eb67828236
changed macro for compatibility options + details
11 years ago
Roberto Ierusalimschy
6ccf150039
new library: utf8
11 years ago
Roberto Ierusalimschy
6579bd4190
reorganization of warnings + update of explicit dependencies (gcc -MM)
12 years ago
Roberto Ierusalimschy
24689927f2
dependencies updated (with 'gcc -MM')
12 years ago
Roberto Ierusalimschy
4f0c716c8e
added two more commented warning options (just to know about them)
12 years ago
Roberto Ierusalimschy
b707e81c3d
comments about some compiler options that should be tested once in a while
14 years ago
Roberto Ierusalimschy
3dd68624dc
comments
14 years ago
Roberto Ierusalimschy
cb09f4fef4
details
14 years ago
Roberto Ierusalimschy
cee7a8e1ec
-DLUA_COMPAT_ALL is the default
14 years ago
Roberto Ierusalimschy
bd262d591f
'coroutine' library separated from 'baselib'
15 years ago
Roberto Ierusalimschy
f35ac38e1d
updated depenency lists + eliminated duplication of definitions
for MYCFLAGS, MYLDFLAGS, and MYLIBS.
15 years ago
Roberto Ierusalimschy
f270e7f044
warnings that are not compatible with C++ separated from other warning
options
15 years ago
Roberto Ierusalimschy
e74e56f2b1
better may to force recompilation when makefile changes
15 years ago
Roberto Ierusalimschy
3acf5ec5a1
update of file dependencies (gcc -MM)
15 years ago
Roberto Ierusalimschy
dc4c459546
a few new warnings
15 years ago
Roberto Ierusalimschy
3abe3da9fb
new module 'lbitlib.c' for bitwise operations
16 years ago
Roberto Ierusalimschy
6905ae900b
Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)
16 years ago
Roberto Ierusalimschy
e02483dbc0
whole build depends on 'makefile' itself + better format for warning
options
16 years ago
Roberto Ierusalimschy
b9e92c8b0d
updating header dependencies
16 years ago
Roberto Ierusalimschy
2f8351fe48
turn off optimizations when testing
17 years ago
Roberto Ierusalimschy
b8d23d6e07
option to use Sun compiler (on lhf account)
17 years ago
Roberto Ierusalimschy
3ca9af51a4
emergency garbage collector (core forces a GC when allocation fails)
19 years ago
Roberto Ierusalimschy
98194db429
details
19 years ago
Roberto Ierusalimschy
33b4dec1cb
no more "auto-detection"
19 years ago
Roberto Ierusalimschy
c6293a76cc
LUA_DL_DLOPEN is for internal use; makefile should use LUA_USE_DLOPEN
20 years ago
Roberto Ierusalimschy
a17e1fe124
new organization using only one library
20 years ago
Roberto Ierusalimschy
d5ebc3ff6d
small changes
20 years ago
Roberto Ierusalimschy
9c34e23214
new libs `loslib´ and `linit´
20 years ago