Commit Graph

8 Commits (master)

Author SHA1 Message Date
Xavier Leroy 247c1da515 Remove some `#ifndef NO_NAKED_POINTERS` that are now redundant
Having Is_in_value_area always true in no-naked-pointers mode
achieves the same result as the `#ifndef NO_NAKED_POINTERS` removed here.
2020-06-23 10:30:30 +02:00
Gabriel Scherer fc35f8baa0 compare: move Forward/Infix tests outside the hot path 2020-05-06 22:29:01 +02:00
Gabriel Scherer 3a43b84e8a compare: correctly compare a Closure_tag with an Infix_tag 2020-05-06 22:29:01 +02:00
KC Sivaramakrishnan cededf23b9 Move local_roots, compare unorderd and gc request variables to domain state 2019-08-23 09:50:05 +05:30
Stephen Dolan 5b12eb53f5 Remove LACKS_SANE_NAN and LACKS_VCSPRINTF.
These were present only for MSVC 2002, which is no longer supported.
2019-04-15 16:11:29 +01:00
Sam Goldman c197465c2f Consolidate NO_NAKED_POINTER checks 2018-10-02 08:32:39 -07:00
Sam Goldman e8a726c0e2 Avoid page table lookup in Pervasives.compare with no-naked-pointers 2018-09-29 13:42:06 -07:00
Sébastien Hinderer d3e73595e5 Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00