<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/makefile, branch v5.4.2</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.4.2</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2020-11-11T18:10:51+00:00</updated>
<entry>
<title>Compiler optimization back to '-O2'</title>
<updated>2020-11-11T18:10:51+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-11-11T18:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=2f4162bc473b995117e95c88230f637ca3e1c866'/>
<id>urn:sha1:2f4162bc473b995117e95c88230f637ca3e1c866</id>
<content type='text'>
Undo commit 6a10f03ff. Compiler performance is important, too.
</content>
</entry>
<entry>
<title>Macro LUAI_ASSERT eases turning assertions on</title>
<updated>2020-07-08T18:51:55+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-07-08T18:51:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6f5bd5072dff07679c390eecfeaa9d20cc45a9ef'/>
<id>urn:sha1:6f5bd5072dff07679c390eecfeaa9d20cc45a9ef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change in macro HARDMEMTESTS for testing GC</title>
<updated>2020-07-08T18:36:48+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-07-08T18:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=56ec4322817b0e9aef6084c278dcf24fda7bed1c'/>
<id>urn:sha1:56ec4322817b0e9aef6084c278dcf24fda7bed1c</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2020-07-03T16:02:41+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-07-03T16:02:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=0280407fc54f9b6225139c5ac27326f98f0cf043'/>
<id>urn:sha1:0280407fc54f9b6225139c5ac27326f98f0cf043</id>
<content type='text'>
Comments in makefile and function 'l_str2d'.
</content>
</entry>
<entry>
<title>Details</title>
<updated>2020-06-10T19:39:37+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2020-06-10T19:39:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=69e84805e48b0253007bd0daf481ce7955367d73'/>
<id>urn:sha1:69e84805e48b0253007bd0daf481ce7955367d73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Makefile compiles the Lua compiler with '-Os'</title>
<updated>2019-10-08T13:26:02+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-10-08T13:26:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6a10f03ff81606e567c6891a90d70066a03c686e'/>
<id>urn:sha1:6a10f03ff81606e567c6891a90d70066a03c686e</id>
<content type='text'>
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.
</content>
</entry>
<entry>
<title>Details in the makefile (warning options)</title>
<updated>2019-09-24T17:43:32+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-09-24T17:43:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=89f6a85f034b2535e43e421991098fa05a92cd60'/>
<id>urn:sha1:89f6a85f034b2535e43e421991098fa05a92cd60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Details</title>
<updated>2019-08-01T17:11:33+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-08-01T17:11:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3'/>
<id>urn:sha1:35a28a58b38fb90cbe7c9596d60af2b3c1bd52a3</id>
<content type='text'>
- removed rule about RCS from makefile
- comments and nitpicking in 'llex.c'
</content>
</entry>
<entry>
<title>Detail in makefile</title>
<updated>2019-06-05T16:21:16+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-06-05T16:21:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=6aeaeb5656a006ad95b35dd7482798fdc5f02f5e'/>
<id>urn:sha1:6aeaeb5656a006ad95b35dd7482798fdc5f02f5e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>'all' script automatically 'make's everything</title>
<updated>2018-12-19T15:15:14+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-19T15:15:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=662506476b3b9bf651de064884a00c8dbce6e281'/>
<id>urn:sha1:662506476b3b9bf651de064884a00c8dbce6e281</id>
<content type='text'>
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'.
</content>
</entry>
</feed>
