Victor Olin
|
43396b50cd
|
More documentation
|
2023-03-22 13:58:27 +01:00 |
|
valtermiari
|
f9932ce527
|
Merge branch 'g-collection' of https://github.com/bachelor-group-66-systemf/language into g-collection
|
2023-03-22 12:02:21 +01:00 |
|
valtermiari
|
8414703fe6
|
Complexity analysis to algorithms used in collect
|
2023-03-22 12:02:16 +01:00 |
|
Victor Olin
|
ad29cc5ee5
|
Quick reference guide and runtime errors.
|
2023-03-22 11:18:30 +01:00 |
|
Victor Olin
|
87dc0fef2d
|
Comments
|
2023-03-21 17:35:33 +01:00 |
|
Victor Olin
|
7105c570d9
|
Code cleanup
|
2023-03-21 17:06:10 +01:00 |
|
Victor Olin
|
8081bc5d67
|
Minor changes
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-03-21 14:31:40 +01:00 |
|
valtermiari
|
edeff09e86
|
Started skeleton for accurate GC
|
2023-03-21 13:11:58 +01:00 |
|
Victor Olin
|
75fb24e369
|
Fixed GC static library
|
2023-03-21 13:09:14 +01:00 |
|
Victor Olin
|
bba6afeff8
|
Bugfix caused new bug, bugfix 2
|
2023-03-20 17:24:27 +01:00 |
|
Victor Olin
|
4bf1fd7610
|
Fixed lost chunks in free_overlap
|
2023-03-20 13:59:19 +01:00 |
|
Victor Olin
|
ffdffc475d
|
Fixed ABS_PATH for profiler
|
2023-03-20 13:24:14 +01:00 |
|
Victor Olin
|
fcae79ce0b
|
Profiler probably finished
|
2023-03-20 10:48:18 +01:00 |
|
Victor Olin
|
91f241dba2
|
Some spring cleaning
|
2023-03-19 15:16:41 +01:00 |
|
valtermiari
|
78ccade17d
|
Fixed bug in sweep and updated tests
|
2023-03-17 11:45:32 +01:00 |
|
valtermiari
|
ce714db3f1
|
Some improvments to Game test
|
2023-03-16 17:06:44 +01:00 |
|
valtermiari
|
6840297c08
|
Fixed some bugs and modifications to mark
|
2023-03-15 18:03:08 +01:00 |
|
Victor Olin
|
02c9ae0ab4
|
Game test!
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-03-10 11:08:15 +01:00 |
|
valtermiari
|
24daa73a39
|
Merge branch 'g-collection' of https://github.com/bachelor-group-66-systemf/language into g-collection
|
2023-03-10 09:32:27 +01:00 |
|
valtermiari
|
420b504016
|
Started on a larger test
|
2023-03-10 09:32:22 +01:00 |
|
Victor Olin
|
51765f4d0c
|
Work on the profiler
|
2023-03-10 09:24:32 +01:00 |
|
Victor Olin
|
cdc802476d
|
Code cleanup
|
2023-03-08 16:47:34 +01:00 |
|
Victor Olin
|
7bb64c0489
|
Profiler work
|
2023-03-08 15:04:12 +01:00 |
|
Victor Olin
|
0d376171c8
|
Continued work on profiler
|
2023-03-06 11:59:28 +01:00 |
|
Victor Olin
|
137687e446
|
Started working on a custom profiler
|
2023-02-28 18:44:07 +01:00 |
|
Victor Olin
|
4f9aaaf8b4
|
Started working on a custom profiler
|
2023-02-28 18:42:07 +01:00 |
|
Victor Olin
|
5e52de10bd
|
Fixed broken tests
|
2023-02-28 16:01:39 +01:00 |
|
Victor Olin
|
0b0344be69
|
Include issue
|
2023-02-26 15:51:04 +01:00 |
|
Victor Olin
|
aae3a5ff78
|
Switched back to vectors
|
2023-02-24 20:41:59 +01:00 |
|
valtermiari
|
87f5d7fe74
|
Merge branch 'g-collection' of https://github.com/bachelor-group-66-systemf/language into g-collection
|
2023-02-24 14:25:08 +01:00 |
|
Victor Olin
|
db4659abf3
|
Rebased the branch
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
7ff174459a
|
Delete random files
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
019c54bdad
|
Switched stack start and ends to tops and bottoms.
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
a684fe1ea0
|
Made exposed endpoints static
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
bbd2650445
|
Testing recursive marking with chain references.
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
c6463efd51
|
Documented the library
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
ea6eab0bcf
|
Fixed bugs on freeing chunks and stack-scanning
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
07bf2c8f48
|
Fixed bug in free and some small testing additions
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
79886e70de
|
Some tweaks in mark. Testing of chain references
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
6679fb6bb7
|
Fixed heap DLL linking
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
3860d0ec4f
|
Tweaked sweeping, test with detached pointers
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
6cd6edb594
|
Fixed mark skipping
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
3473c953b5
|
Wrote a test for shared library linking
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
518940ab15
|
clean up
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
99c69dbd57
|
Implemented free chunk swaps and filtering
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
b79a83c32a
|
Debugged mark()
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
fb5f283dfd
|
Some progress on marking
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
5fcab54fe4
|
Fixed sweep
|
2023-02-24 13:39:55 +01:00 |
|
valtermiari
|
a375388591
|
More debugging
|
2023-02-24 13:39:55 +01:00 |
|
Victor Olin
|
42c22bc1eb
|
Continued debugging
Co-authored-by: ValterMiari <ValterMiari@users.noreply.github.com>
|
2023-02-24 13:39:55 +01:00 |
|