Age | Commit message (Collapse) | Author |
|
footprint and fread() performance over the default behavior that copied VFS to HEAP, that is designed for mmap() performance.
Adjust MEMFS node contentMode enum to reflect whether content is off the main HEAP or not. Note that this enum is not much used, so this has little effect. Add browser tests to check that fread() and mmap() work with and without --no-heap-copy.
|
|
|
|
|
|
|
|
|
|
smaller inputs
|
|
|
|
|
|
|
|
|
|
Fix an issue with Boost compilation.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
overhead of PATH.join
|
|
|
|
|
|
|
|
|
|
|
|
is low
|
|
|
|
|
|
|
|
|
|
|
|
attributes test
|
|
into incoming
|
|
The issue is that when these macros are defined, libcxx
creates inline functions and so we end up with 2 separate
defintions of these functions (one inline in std and one
that is extern "C").
We undef these until libcxx is fixed. Without this,
some things can fail to compile correctly, like
Boost. Fixes issue #1716.
|
|
|
|
|
|
|
|
|
|
|
|
Added a ChangeLog.
|
|
|
|
|
|
they are enabled or disabled
|
|
|
|
|
|
|
|
load times
|
|
|
|
SDL_SetVideoMode(0,0, ...)
|