<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luajit/src/lj_trace.c, branch temp-v3bp-syntax1</title>
<subtitle>A mirror of https://luajit.org/git/luajit.git
</subtitle>
<id>https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1</id>
<link rel='self' href='https://git.lua4.win/luajit/atom?h=temp-v3bp-syntax1'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/'/>
<updated>2026-05-24T23:23:26+00:00</updated>
<entry>
<title>Avoid race condition with profiler thread during dispatch table update.</title>
<updated>2026-05-24T23:23:26+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-05-24T23:23:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=75abb0d934fef3e3d5aab46e60e34059ac8a1c08'/>
<id>urn:sha1:75abb0d934fef3e3d5aab46e60e34059ac8a1c08</id>
<content type='text'>
Reported by artemking4. #1460
</content>
</entry>
<entry>
<title>Avoid recording interference due to invocation of VM hooks.</title>
<updated>2026-02-11T22:12:53+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-02-11T22:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=ab834de8b6a963a83046a72b5a7751dcd6cdcff0'/>
<id>urn:sha1:ab834de8b6a963a83046a72b5a7751dcd6cdcff0</id>
<content type='text'>
Thanks to Sergey Kaplun. #1429 #1434
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2026-01-09T16:25:02+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:25:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=2c110b7769bace93314f19977307054d44eb731e'/>
<id>urn:sha1:2c110b7769bace93314f19977307054d44eb731e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bump copyright date.</title>
<updated>2026-01-09T16:18:03+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2026-01-09T16:18:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=6e69e4731437d6876b96e843804a6ef0a671ed25'/>
<id>urn:sha1:6e69e4731437d6876b96e843804a6ef0a671ed25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unify Lua number to FFI integer conversions.</title>
<updated>2025-11-27T16:45:17+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-11-27T16:45:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=f80b349d5490aa289b2925d297f3f3c618977570'/>
<id>urn:sha1:f80b349d5490aa289b2925d297f3f3c618977570</id>
<content type='text'>
Phew. #1411
</content>
</entry>
<entry>
<title>Run VM events and finalizers in separate state.</title>
<updated>2025-11-10T17:11:26+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-11-10T17:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=5c647754a687a910ef40a097fbf8f7415561c8aa'/>
<id>urn:sha1:5c647754a687a910ef40a097fbf8f7415561c8aa</id>
<content type='text'>
Reported by Sergey Kaplun. #1403
</content>
</entry>
<entry>
<title>Allow mcode allocations outside of the jump range to the support code.</title>
<updated>2025-11-05T23:42:02+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-11-05T23:42:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=68354f444728ef99bb51bb4d86e8f1b40853a898'/>
<id>urn:sha1:68354f444728ef99bb51bb4d86e8f1b40853a898</id>
<content type='text'>
Thank you for your patience. #285
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2025-03-09T22:09:02+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-03-09T22:09:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=e0551670c99d842d30116ba3056fae000b6e315e'/>
<id>urn:sha1:e0551670c99d842d30116ba3056fae000b6e315e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid unpatching bytecode twice after a trace flush.</title>
<updated>2025-03-09T22:04:23+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-03-09T22:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=85c3f2fb6f59276ebf07312859a69d6d5a897f62'/>
<id>urn:sha1:85c3f2fb6f59276ebf07312859a69d6d5a897f62</id>
<content type='text'>
Reported by Sergey Kaplun. #1345
</content>
</entry>
<entry>
<title>Merge branch 'master' into v2.1</title>
<updated>2025-01-13T15:15:19+00:00</updated>
<author>
<name>Mike Pall</name>
<email>mike</email>
</author>
<published>2025-01-13T15:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luajit/commit/?id=8358eb0cceb0aab0ba2872afa4a68ef391093d88'/>
<id>urn:sha1:8358eb0cceb0aab0ba2872afa4a68ef391093d88</id>
<content type='text'>
</content>
</entry>
</feed>
