Closed
Description
We currently hard coded a size for VM space, and make the assumption that VM space is at the beginning of our heap range. This is basically the setting from JikesRVM. To make it more general, I think we should allow the binding to specify the start and the size of VM space. We can still make the assumption that the VM space should be within the range of [HEAP_START, HEAP_END)
.