mirror of
https://github.com/lua/lua
synced 2025-02-12 03:04:03 +03:00
Roberto Ierusalimschy
5e76a4fd31
New macros for arithmetic/bitwise operations in 'luaV_execute'
The repetitive code of the arithmetic and bitwise operators in the main iterpreter loop was moved to appropriate macros. (As a detail, the function 'luaV_div' was renamed 'luaV_idiv', as it does an "integer division" (floor division).
…
Description
No description provided
Languages
C
67.4%
Lua
32%
Makefile
0.6%