You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
## Unreleased changes
4
4
### Added
5
+
6
+
### Changed
7
+
8
+
### Removed
9
+
10
+
## 3.0.15
11
+
### Added
5
12
- new submodule, plasma-umass/coz (a profiler)
6
13
- macros for profiling, enabled only if `ARK_PROFILE` is defined
7
14
- cmake flags using -D to turn on/off sys:exec and the coz profiler
@@ -20,8 +27,8 @@
20
27
- replaced the thirdparty/ folder with a git submodule in thirdparties/
21
28
- now checking that a scope doesn't have our symbol before doing a `mut` operation (in dichotomic mode it was automatically handled, but not in linear mode)
22
29
- enhancing the cmake defines (`-DARK_XYZ`) and the code using them
23
-
24
-
### Removed
30
+
- lighter Frame (from 40B to 32B), moved some unrelated logic from the frame to the virtual machine
31
+
-`(sys:exec)` now returns the stdout output of the given command
0 commit comments