Timeline
Dec 3, 2021:
- 4:33 PM Changeset [a83012bf]enumforall-pointer-decaypthread-emulation by
- Missing a character in last push.
- 3:47 PM Changeset [4c26a94]enumforall-pointer-decaypthread-emulation by
- Python script now print core dump limits. (Only when no core found)
- 3:33 PM Changeset [db87a35]enumforall-pointer-decaypthread-emulation by
- Added more testing of the range iterator.
Dec 2, 2021:
- 5:28 PM Changeset [8e658241]enumforall-pointer-decaypthread-emulation by
- Minor fix and super barebones test.
- 5:11 PM Changeset [58b2638]enumforall-pointer-decaypthread-emulation by
- Added range_iterator, it now compiles.
- 4:38 PM Changeset [1894e03]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:38 PM Changeset [8157bde]enumforall-pointer-decaypthread-emulation by
- Pushing to get off jax
Dec 1, 2021:
- 11:48 AM Changeset [56f519b]enumforall-pointer-decaypthread-emulation by
- Clean-up of the last pass. Added a test for the constructor mutex …
Nov 30, 2021:
- 2:34 PM Changeset [f27331c]enumforall-pointer-decaypthread-emulation by
- Factored the AddressExpr? constructor body into a helper that makes it …
- 11:27 AM Changeset [2cf3b87]enumforall-pointer-decaypthread-emulation by
- Translated valitate-E after much bug hunting.
Nov 29, 2021:
- 9:14 PM Changeset [03cdad6]enumforall-pointer-decaypthread-emulation by
- Added range-parser example. I plan to reuse it to parse cpu device data.
- 4:58 PM Changeset [d3605f8]enumforall-pointer-decaypthread-emulation by
- Reworked io_uring idle sleep to work with either read or readv …
- 4:05 PM Changeset [3bb4f85]enumforall-pointer-decaypthread-emulation by
- Kernel now waits for eventfd read to flush before terminating.
- 2:42 PM Changeset [8da377d]enumforall-pointer-decaypthread-emulation by
- Added io_uring example for eventfds.
- 12:52 PM Changeset [a1f3d93]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:50 PM Changeset [c7b2215]enumforall-pointer-decaypthread-emulation by
- Fix implementation of io_uring_enter instead of eventfds.
- 12:19 PM Changeset [ddd2ec9]enumforall-pointer-decaypthread-emulation by
- Fix cache detention when only some cpus are present.
Nov 26, 2021:
- 11:45 AM Changeset [0351e9f]enumforall-pointer-decaypthread-emulation by
- Clean-up white-space and comments in the AST/Print module.
Nov 24, 2021:
- 9:47 PM Changeset [7770cc8]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:10 PM Changeset [94647b0]enumpthread-emulation by
- String peformance improvement by removing all remaining uses of …
- 3:16 PM Changeset [3cc1111]enumforall-pointer-decaypthread-emulation by
- Small fix in Decl.hpp and a new-ast function added in InitTweak?.
Nov 22, 2021:
- 3:54 PM Changeset [fefd77a]enumpthread-emulation by
- String perf append test now compares stretch phase (alloc=fresh) with …
- 2:20 PM Changeset [2514f68b]enumforall-pointer-decaypthread-emulation by
- Missed a not (!)
- 2:18 PM Changeset [6ddef36]enumforall-pointer-decaypthread-emulation by
- No longer define kernel_read when not needed.
- 1:07 PM Changeset [7ef162b2]enumforall-pointer-decaypthread-emulation by
- First attempt at using io_uring_enter for idle sleep.
Nov 19, 2021:
- 3:53 PM Changeset [059ad16]enumforall-pointer-decaypthread-emulation by
- Flush now supports blocking until at least one I/O op terminates.
- 3:04 PM Changeset [cd4c605]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:03 PM Changeset [1757f98]enumforall-pointer-decaypthread-emulation by
- Refactoring idle sleep to try and help the change from idle on read to …
- 11:59 AM Changeset [c60e5094]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:59 AM Changeset [3e417bf]enumforall-pointer-decaypthread-emulation by
- Reduced stack-size for connection thread
- 11:58 AM Changeset [644162a]enumforall-pointer-decaypthread-emulation by
- Fix problem in splice use with signed/unsigned comparison.
- 11:55 AM Changeset [52d2545]enumforall-pointer-decaypthread-emulation by
- "Fix" problems with persistent connection using HTTP1.0
- 11:54 AM Changeset [3a0ddb6]enumforall-pointer-decaypthread-emulation by
- Don't wait for the port if not in interactive mode.
- 11:39 AM Changeset [a633f6f]enumforall-pointer-decaypthread-emulation by
- Fix the new FD change.
- 11:23 AM Changeset [b14ec5f]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:23 AM Changeset [34b8cb7]enumforall-pointer-decaypthread-emulation by
- Step 1 of a new scheme to simplify wake_one.
- 11:18 AM Changeset [84a6e70]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Nov 18, 2021:
- 5:42 PM Changeset [97d58dc]enumpthread-emulation by
- String perf make-run refactor into fewer rules
- 2:49 PM Changeset [4d0eb1c]enumpthread-emulation by
- Switching top loop to count operations done in 10 sec
Nov 17, 2021:
- 3:14 PM Changeset [3df86cc]enumforall-pointer-decaypthread-emulation by
- Added a new churn benchmark. Still have to implement it for other …
- 3:13 PM Changeset [01db301]enumpthread-emulation by
- Baseline string performance experiment
- 11:17 AM Changeset [5f5a729]enumforall-pointer-decaypthread-emulation by
- Mark idle now uses try_lock semantics
Nov 15, 2021:
- 4:26 PM Changeset [1733184]enumpthread-emulation by
- Fixing LL API not allowing simple assignment. Removing accidentally …
- 3:40 PM Changeset [1387ea0]enumforall-pointer-decaypthread-emulation by
- We can now thread the global/special declarations from convert to …
- 2:51 PM Changeset [ce36b55]enumforall-pointer-decaypthread-emulation by
- Translation of Validate F; and some improvements in some helpers.
Nov 12, 2021:
- 11:27 AM Changeset [5dcb881]enumforall-pointer-decaypthread-emulation by
- Split up the validate pass. (Some statistics code is repeated, but …
Nov 11, 2021:
- 9:43 AM Changeset [3249dd8]enumforall-pointer-decaypthread-emulation by
- Some clean-up. DeepCopyCore? lost its already tenous reason to be in …
Nov 10, 2021:
- 7:47 PM Changeset [b7fd9daf]enumforall-pointer-decaypthread-emulation by
- Merge branch 'new-ast-unique-expr'
- 7:23 PM Changeset [f95634e]enumforall-pointer-decaynew-ast-unique-exprpthread-emulation by
- fix unique expr pass
- 7:21 PM Changeset [bb9924c]enumforall-pointer-decaynew-ast-unique-exprpthread-emulation by
- fix unique expr pass
Nov 9, 2021:
- 3:57 PM Changeset [1622af5]enumforall-pointer-decaypthread-emulation by
- Created CandidatePrinter? from AlternativePrinter? (seems to uncover a …
Nov 8, 2021:
- 5:29 PM Changeset [36a05d7]enumforall-pointer-decaypthread-emulation by
- Started doing some work on the eval portion of my thesis.
- 5:28 PM Changeset [cc28780]enumforall-pointer-decaypthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:53 PM Changeset [5ee153d]enumforall-pointer-decaypthread-emulation by
- Translated the Translate Throws pass to the new ast.
- 11:35 AM Changeset [a5a08a05]enumforall-pointer-decaypthread-emulation by
- Missed a few extra references to LabelGenerator?.
- 11:12 AM Changeset [cb921d4]enumforall-pointer-decaypthread-emulation by
- Changed some of the new ast code so they no longer pass around the …
- 10:51 AM Changeset [de31a1d]enumforall-pointer-decaypthread-emulation by
- Converted the two LabelGenerator? singletons into a single pure-static …
Nov 5, 2021:
- 7:44 PM Changeset [817bb3c]enumforall-pointer-decaypthread-emulation by
- Clean-up in MultiLevelExit?, including a small interface change.
- 4:18 PM Changeset [21fe17f]enumforall-pointer-decaypthread-emulation by
- Clean-up the FixLabelsCore? class and utilities.
- 1:46 PM Changeset [b8ab91a]enumforall-pointer-decaypthread-emulation by
- Fix Labels pass translated. This is fix label, mult-level exit and …
Note: See TracTimeline
for information about the timeline view.