| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
casts between 32 bit pointers vs 64 bit integers.
|
|
Avoids crashes on 32 bit host architectures.
|
|
|
|
|
|
On my testing machine: 42s to 3m40s
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These objects may represent two different things. In x86, they both have
the same value, but this is not always true for others architectures
|
|
|
|
|
|
It was used as a destination cache
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|