Alexander Iljin
|
e0acf4f328
|
Revert "vm: replace line comments // with block comments /**/ for consintency"
This reverts commit 7ee4e5dea5 .
|
2016-09-09 05:47:52 +02:00 |
Alexander Iljin
|
897d0d6eeb
|
Revert "vm: fix typo from c++ comment patch causing compile failure."
This reverts commit 4e48e836b9 .
|
2016-09-09 05:47:52 +02:00 |
Doug Coleman
|
4e48e836b9
|
vm: fix typo from c++ comment patch causing compile failure.
|
2016-08-04 09:28:50 -07:00 |
Alexander Iljin
|
7ee4e5dea5
|
vm: replace line comments // with block comments /**/ for consintency
Fix #1651.
|
2016-08-03 09:19:48 -07:00 |
Erik Charlebois
|
5027f75d79
|
VM: Fix Windows VM build following type renaming
Making cell be a typedef of uintptr_t broke a spot assigning
cell* was unsigned long*. Added an explicit cast.
|
2013-05-13 18:18:48 -04:00 |
Erik Charlebois
|
88d7c10d03
|
VM: Replace u8-64, s8-64, cell, fixnum with stdint.h equivalents
|
2013-05-13 00:28:25 -04:00 |
Erik Charlebois
|
ad41d8773d
|
VM: Refactor bitwise_hacks to Factor style
|
2013-05-12 13:24:41 -04:00 |
Erik Charlebois
|
ca2ea548be
|
VM: Remove exec bit from VM source files
|
2013-05-11 17:04:23 -04:00 |
Erik Charlebois
|
64252dbdbc
|
32 and 64 bit Linux PPC support
|
2011-05-23 23:36:14 -04:00 |
Slava Pestov
|
806e54630a
|
GC maps for more compact inline GC checks
|
2010-06-11 20:06:00 -04:00 |
Slava Pestov
|
942f6e0943
|
Update Win64 support
|
2010-01-25 15:39:34 +13:00 |
Slava Pestov
|
e4da687413
|
vm: Tweak Factor VM to compile with Microsoft Visual Studio on Windows, in addition to Mingw. Add an Nmakefile which can be used for this purpose. Rename Makefile to GNUmakefile.
|
2010-01-17 03:43:22 +13:00 |
Slava Pestov
|
8b52d85aed
|
vm: minor cleanup
|
2009-11-08 06:08:17 -06:00 |
Slava Pestov
|
b011295300
|
vm: fix 'become' when aging space is empty
|
2009-11-05 23:53:53 -06:00 |
Slava Pestov
|
22c717616c
|
vm: speed up some bit twiddling on 32-bit
|
2009-11-05 19:29:27 -06:00 |
Slava Pestov
|
e28580dd0f
|
vm: faster sweep algorithm
|
2009-11-01 20:24:25 -06:00 |