| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Also fixes the broken AA improvement in the last commit.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Some older linkers can't rearrange to accomodate R_PPC_REL14.
|
| |
|
|
|
|
| |
Blocks >128K are not kept in the segment list and were not destroyed.
|
| |
|
| |
|
|
|
|
| |
Add SLOAD variant to access the frame type/size.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
This loop is now roughly 1000x faster than the Lua interpreter:
local function f(a,b,...) end; for i=1,2e8 do f(1,2,i) end
Yet another silly microbenchmark -- I know.
|
| |
|
| |
|
| |
|