Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
Joel Dice 8e5ce11047 refactor memory management code
We now support immortal objects, which the GC will scan for references
but not consider for collection.  On x86_64, we allocate JIT code memory
via mmap, which lets us map memory into the bottom 2GB of the address
space, ensuring that 32-bit relative jumps and calls work.
2008-01-09 18:20:36 -07:00
classpath Throwable.initCause should return 'this' 2008-01-03 10:08:33 -07:00
src refactor memory management code 2008-01-09 18:20:36 -07:00
test fix over-agressive state reset in state mapping code; logging tweaks 2008-01-07 14:32:41 -07:00
.gitignore add .gitignore 2007-06-04 17:48:16 -06:00
makefile refactor memory management code 2008-01-09 18:20:36 -07:00
valgrind.supp bugfixes for recent refactoring effort 2007-09-24 07:46:48 -06:00