ocaml/runtime
Gabriel Scherer 14a4510cb7 memprof: remove caml_unused memprof_start_byt and then bootstrap
Build steps for this commit (from a valid core build for the previous commit):

    make coreall
    make coreboot

(Note: `make core` would not work as we remove a primitive.)
2020-04-01 16:38:39 +02:00
..
caml Fix #9344 (#9368) 2020-03-17 11:38:45 +00:00
.depend New ephemeron-free API for Memprof. 2019-12-21 10:21:48 +01:00
Makefile Don't assume . in AWKPATH 2020-03-20 09:38:33 +00:00
afl.c Use -Wdeclaration-after-statement 2020-02-11 10:07:04 +00:00
alloc.c Separate caml_check_urgent_gc back into GC actions and async callbacks 2019-10-15 19:24:41 +02:00
amd64.S Micro-optimise allocations on amd64 to save a register (#9280) 2020-03-09 19:52:36 +01:00
amd64nt.asm Implement #9280 for MSVC64 (#9358) 2020-03-10 14:10:27 +01:00
arm.S Per-architecture support for allocation size info in frame tables. 2019-10-23 09:24:13 +01:00
arm64.S Per-architecture support for allocation size info in frame tables. 2019-10-23 09:24:13 +01:00
array.c Resource-safe C interface for async callbacks 2019-10-17 20:14:19 +02:00
backtrace.c Avoid scanning the stack twice when collecting callstacks in Memprof. 2020-02-03 10:51:53 +00:00
backtrace_byt.c Fix #9344 (#9368) 2020-03-17 11:38:45 +00:00
backtrace_nat.c Merge pull request #9362 from stedolan/memprof-debuginfo-fix 2020-03-17 06:57:02 +01:00
bigarray.c Move local_roots, compare unorderd and gc request variables to domain state 2019-08-23 09:50:05 +05:30
callback.c [cleanup] Factor "if (Is_exception_result) caml_raise(Extract_exception)" 2019-10-15 14:02:22 +02:00
clambda_checks.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
compact.c New ephemeron-free API for Memprof. 2019-12-21 10:21:48 +01:00
compare.c Move local_roots, compare unorderd and gc request variables to domain state 2019-08-23 09:50:05 +05:30
custom.c Added explanation to caml_alloc_custom_mem for major heap size divisor 2019-11-13 18:11:29 -05:00
debugger.c Do not use h_addr to access struct hostent 2019-12-22 17:43:33 +01:00
domain.c Remove a level of indirection for accessing minor tables from Caml_state. 2019-08-23 09:50:05 +05:30
dune dune: add an alias @libs that is buildable on 4.09 2019-08-28 15:05:16 +01:00
dynlink.c Runtime: hide & rename _T macro (#2075) 2019-04-14 09:13:24 +02:00
dynlink_nat.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
extern.c Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
fail_byt.c Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
fail_nat.c Fix address sanitizer check on INRIA CI (#9053) 2019-10-19 11:39:30 +02:00
finalise.c Resource-safe C interface for async callbacks 2019-10-17 20:14:19 +02:00
fix_code.c Dynlink support for ocamldebug 2019-07-16 10:52:48 +02:00
floats.c Replace caml_int_compare and caml_float_compare with primitives (#2324) 2020-03-26 10:58:10 +01:00
freelist.c Merge pull request #9292 from lpw25/fix-best-fit-32-bit 2020-02-11 10:45:36 +01:00
gc_ctrl.c Make sure the atom table and minor heap have their own dedicated pages. 2020-01-06 14:16:12 +01:00
gen_domain_state32_inc.awk Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
gen_domain_state64_inc.awk Simplify awk scripts, fix comments and signatures. 2019-08-23 09:50:05 +05:30
gen_primitives.sh Improve shell scripts (#1690) 2019-06-19 16:15:02 +02:00
globroots.c Fix a bug in [caml_modify_generational_global_root] 2019-05-05 16:40:29 +02:00
hash.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
i386.S microoptimise i386.S 2019-11-04 12:07:22 +00:00
i386nt.asm microoptimise i386.S 2019-11-04 12:07:22 +00:00
instrtrace.c Fix long lines 2019-08-23 09:50:05 +05:30
intern.c Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
interp.c Memprof: get precise callstacks when memory is allocated directly in the bytecode interpreter. 2020-01-15 11:59:51 +01:00
ints.c Optimized 3-way comparisons for int and float (#2250) 2019-03-23 15:51:59 +01:00
io.c Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
lexing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
main.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
major_gc.c Merge pull request #9304 from kayceesrk/instr_remain 2020-02-13 20:49:59 +00:00
md5.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
memory.c Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
memprof.c memprof: remove caml_unused memprof_start_byt and then bootstrap 2020-04-01 16:38:39 +02:00
meta.c Resource-safe C interface for async callbacks 2019-10-17 20:14:19 +02:00
minor_gc.c Merge pull request #1176 from dra27/c89_headers 2020-02-13 15:17:30 +00:00
misc.c Cast `getpid()` to `long long` before printing 2019-12-22 17:43:33 +01:00
obj.c Add assertions to ensure young_ptr is correctly updated before GC. 2019-10-22 11:47:31 +01:00
parsing.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
power.S Per-architecture support for allocation size info in frame tables. 2019-10-23 09:24:13 +01:00
printexc.c Move backtrace support global variables to domain state. 2019-08-23 09:50:05 +05:30
roots_byt.c New ephemeron-free API for Memprof. 2019-12-21 10:21:48 +01:00
roots_nat.c New ephemeron-free API for Memprof. 2019-12-21 10:21:48 +01:00
s390x.S Remove inclusion of config.h from the files that generate domain state table. 2019-08-23 09:50:05 +05:30
signals.c Replace static inline with Caml_inline 2020-02-11 09:33:55 +00:00
signals_byt.c Resource-safe C interface for async callbacks 2019-10-17 20:14:19 +02:00
signals_nat.c Statmemprof support for native allocations (incl. Comballoc) 2020-01-25 22:55:56 +01:00
signals_osdep.h Fix stack overflow detection with systhreads 2019-08-27 14:58:07 +01:00
spacetime_byt.c Merge the asmrun and byterun directories into the runtime directory 2018-06-28 17:50:33 +02:00
spacetime_nat.c Fix missing Caml_state (#8940) 2019-10-03 16:27:32 +02:00
spacetime_snapshot.c Fix missing Caml_state (#8940) 2019-10-03 16:27:32 +02:00
stacks.c Fix long lines 2019-08-23 09:50:05 +05:30
startup_aux.c Make sure the atom table and minor heap have their own dedicated pages. 2020-01-06 14:16:12 +01:00
startup_byt.c Fix #9344 (#9368) 2020-03-17 11:38:45 +00:00
startup_nat.c Avoid duplicate definitions of "common" global variables 2019-12-12 16:41:17 +01:00
str.c Fix force-safe-string on Windows 2019-11-14 11:18:43 +00:00
sys.c Fix long lines 2019-08-23 09:50:05 +05:30
unix.c Remove the dl_needs_underscore feature (#2115) 2018-10-25 15:12:22 +02:00
weak.c Merge branch 'trunk' into faster-Weak.blit 2020-02-14 11:56:51 +00:00
win32.c Remove erroneous inline from runtime/win32.c 2020-02-11 09:34:23 +00:00