Jeronimo Pellegrini
b60bfc266b
SRFI 143: fx-{width,least,greatest} are not procedures
...
In the SRFI text, these are constants:
fx-width
fx-greatest
fx-least
But they were implemented as procedures in Cyclone.
This patch changes that, so they now are implemented
as constants.
2023-03-04 06:53:53 -03:00
Justin Ethier
cb67aeb0a3
Issue #501 - odd/even must receive an integer
...
Raise an error if a decimal number is passed to these primitives.
2023-03-03 16:08:12 -08:00
Justin Ethier
bde930a18b
Update Garbage-Collector-Revised-2022.md
2023-01-30 11:57:31 -05:00
Justin Ethier
76668dc76c
Update version number, year
2023-01-03 12:15:42 -08:00
Justin Ethier
bd044a3237
Clean up variable names
2023-01-03 12:15:30 -08:00
Justin Ethier
f728618336
Issue #498 - read-line can read 1022+ byte lines
...
Previously the function would only read up to the first 1022 bytes. We now remove that restriction
2022-12-20 21:44:27 -05:00
Justin Ethier
2ac949b187
Update Garbage-Collector-Revised-2022.md
2022-12-13 13:23:24 -05:00
Justin Ethier
a282d4b9b9
Update Garbage-Collector-Revised-2022.md
2022-12-13 13:22:51 -05:00
Justin Ethier
aefe9f4907
Revs
2022-12-13 10:17:34 -08:00
Justin Ethier
e3e0c3cd6b
Add files via upload
2022-12-13 13:17:06 -05:00
Justin Ethier
206dd838b9
Update Garbage-Collector-Revised-2022.md
2022-12-13 11:38:11 -05:00
Justin Ethier
225d5f615e
Update Garbage-Collector-Revised-2022.md
2022-12-12 16:31:20 -05:00
Justin Ethier
7164df49b1
Update Garbage-Collector-Revised-2022.md
2022-12-12 16:29:40 -05:00
Justin Ethier
1ee14831e7
Revise major GC description, move details to that section
2022-12-12 10:03:40 -08:00
Justin Ethier
ab25e360a9
Merge #497
2022-12-09 13:29:56 -08:00
Justin Ethier
7796d99a79
Merge pull request #496 from amirouche/makefile-consider-git-libraries-first
...
Makefile: consider git libraries first
2022-12-07 22:25:55 -05:00
Justin Ethier
ced31b4c9c
Update README.md
2022-12-06 11:59:14 -05:00
Amirouche
c294b642ad
Makefile: CYCLONE_FOO: replace -A with -I...
...
... in order to take into account the in tree libraries first.
2022-12-06 17:35:35 +01:00
Amirouche
74faacac50
whitespace cleanup.
2022-12-06 17:33:29 +01:00
Justin Ethier
092a1119b0
Relocate many sections to the appendix
2022-12-04 09:47:34 -05:00
Justin Ethier
cc766f1f51
Single write barrier section
2022-11-30 14:28:52 -08:00
Justin Ethier
ebed695baf
Minor GC TOC
2022-11-30 14:26:10 -08:00
Justin Ethier
fec2d37efc
Build out minor GC section
2022-11-30 14:18:40 -08:00
Justin Ethier
6f9ec7ef57
Update Garbage-Collector-Revised-2022.md
2022-11-30 15:58:06 -05:00
Justin Ethier
54367ba94c
Update Garbage-Collector-Revised-2022.md
2022-11-30 15:56:27 -05:00
Justin Ethier
24385ad144
Update Garbage-Collector-Revised-2022.md
2022-11-30 15:55:32 -05:00
Justin Ethier
b50505c5c2
Update Garbage-Collector-Revised-2022.md
2022-11-30 15:19:32 -05:00
Justin Ethier
0748b54eae
Update Garbage-Collector-Revised-2022.md
2022-11-30 15:15:26 -05:00
Justin Ethier
4a525ba96f
Many rev's
2022-11-30 12:13:51 -08:00
Justin Ethier
a5c94ae45c
Split into separate paragraph
2022-11-30 10:39:10 -08:00
Justin Ethier
ee8104d9ed
Rev
2022-11-30 10:38:44 -08:00
Justin Ethier
0232173d1e
Revisions
2022-11-30 10:35:18 -08:00
Justin Ethier
96063e3d58
Add a section on thread safety
2022-11-30 10:29:51 -08:00
Justin Ethier
427845cbaf
Issue #494 - Pass path options when compiling libs
...
Pass append/prepend path options when compiling dependent libraries, avoiding any issues with include directives in the libraries.
2022-11-28 22:16:20 -05:00
Justin Ethier
5e509495be
Cleanup
2022-11-27 11:15:40 -05:00
Justin Ethier
5a64af1aea
Added a note about tracing and locality
2022-11-27 11:13:25 -05:00
Justin Ethier
b03cb72388
Revised sweep section
2022-11-27 11:10:23 -05:00
Justin Ethier
bbe60ed4c2
Revs
2022-11-27 11:03:09 -05:00
Justin Ethier
a4fca5a9e1
Major revisions, break up lazy sweep section
2022-11-27 10:55:48 -05:00
Justin Ethier
1552a217f4
Link to mark buffer section
2022-11-24 10:02:16 -05:00
Justin Ethier
45f97bb85a
Cleanup
2022-11-23 22:15:19 -05:00
Justin Ethier
9cab675f7d
Fix links
2022-11-23 22:07:00 -05:00
Justin Ethier
735c592865
Revise tri-color section
2022-11-23 22:02:39 -05:00
Justin Ethier
ddfcce938e
Clean up lazy sweeping section
2022-11-23 21:17:46 -05:00
Justin Ethier
edec016728
WIP
2022-11-22 22:29:47 -05:00
Justin Ethier
d607d53fca
Initial file
2022-11-22 13:50:58 -05:00
Justin Ethier
3bb3762c24
Merge pull request #492 from nmeum/cyclone-system-libcyclone
...
Makefile: Also pass -L. for CYCLONE_SYSTEM
2022-09-26 15:09:39 -04:00
Sören Tempel
012fa56e0c
Makefile: Also pass -L. for CYCLONE_SYSTEM
...
Otherwise, the Cyclone compiler build from cyclone.scm using the
installed Cyclone version will use the libcyclone.a and libcyclonebn.a
file from /usr/lib instead of the one compiled as a prerequisite by
GNU make in the current directory.
2022-09-02 05:40:11 +02:00
Justin Ethier
69adfff573
Preparing for release
2022-08-25 17:40:16 -07:00
Justin Ethier
9c3d65804f
Rev++
2022-08-25 14:11:54 -07:00