mirror of
https://github.com/lua/lua.git
synced 2026-06-13 18:59:14 +00:00
5e76a4fd313a8690d300085c4e8fcb9dca50c01a
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
66.4%
Lua
33%
Makefile
0.6%