Timeline



Dec 3, 2021:

4:33 PM Changeset [a83012bf]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Missing a character in last push.
3:47 PM Changeset [4c26a94]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Python script now print core dump limits. (Only when no core found)
3:33 PM Changeset [db87a35]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added more testing of the range iterator.

Dec 2, 2021:

5:28 PM Changeset [8e658241]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Minor fix and super barebones test.
5:11 PM Changeset [58b2638]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added range_iterator, it now compiles.
4:38 PM Changeset [1894e03]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:38 PM Changeset [8157bde]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Pushing to get off jax

Dec 1, 2021:

11:48 AM Changeset [56f519b]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Clean-up of the last pass. Added a test for the constructor mutex …

Nov 30, 2021:

2:34 PM Changeset [f27331c]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Factored the AddressExpr? constructor body into a helper that makes it …
11:27 AM Changeset [2cf3b87]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Translated valitate-E after much bug hunting.

Nov 29, 2021:

9:14 PM Changeset [03cdad6]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added range-parser example. I plan to reuse it to parse cpu device data.
4:58 PM Changeset [d3605f8]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Reworked io_uring idle sleep to work with either read or readv …
4:05 PM Changeset [3bb4f85]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Kernel now waits for eventfd read to flush before terminating.
2:42 PM Changeset [8da377d]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added io_uring example for eventfds.
12:52 PM Changeset [a1f3d93]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
12:50 PM Changeset [c7b2215]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fix implementation of io_uring_enter instead of eventfds.
12:19 PM Changeset [ddd2ec9]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fix cache detention when only some cpus are present.

Nov 26, 2021:

11:45 AM Changeset [0351e9f]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Clean-up white-space and comments in the AST/Print module.

Nov 24, 2021:

9:47 PM Changeset [7770cc8]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
9:10 PM Changeset [94647b0]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
String peformance improvement by removing all remaining uses of …
3:16 PM Changeset [3cc1111]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Small fix in Decl.hpp and a new-ast function added in InitTweak?.

Nov 22, 2021:

3:54 PM Changeset [fefd77a]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
String perf append test now compares stretch phase (alloc=fresh) with …
2:20 PM Changeset [2514f68b]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Missed a not (!)
2:18 PM Changeset [6ddef36]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
No longer define kernel_read when not needed.
1:07 PM Changeset [7ef162b2]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
First attempt at using io_uring_enter for idle sleep.

Nov 19, 2021:

3:53 PM Changeset [059ad16]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Flush now supports blocking until at least one I/O op terminates.
3:04 PM Changeset [cd4c605]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
3:03 PM Changeset [1757f98]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Refactoring idle sleep to try and help the change from idle on read to …
11:59 AM Changeset [c60e5094]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:59 AM Changeset [3e417bf]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Reduced stack-size for connection thread
11:58 AM Changeset [644162a]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fix problem in splice use with signed/unsigned comparison.
11:55 AM Changeset [52d2545]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
"Fix" problems with persistent connection using HTTP1.0
11:54 AM Changeset [3a0ddb6]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Don't wait for the port if not in interactive mode.
11:39 AM Changeset [a633f6f]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Fix the new FD change.
11:23 AM Changeset [b14ec5f]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
11:23 AM Changeset [34b8cb7]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Step 1 of a new scheme to simplify wake_one.
11:18 AM Changeset [84a6e70]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Nov 18, 2021:

5:42 PM Changeset [97d58dc]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
String perf make-run refactor into fewer rules
2:49 PM Changeset [4d0eb1c]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
Switching top loop to count operations done in 10 sec

Nov 17, 2021:

3:14 PM Changeset [3df86cc]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Added a new churn benchmark. Still have to implement it for other …
3:13 PM Changeset [01db301]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
Baseline string performance experiment
11:17 AM Changeset [5f5a729]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Mark idle now uses try_lock semantics

Nov 15, 2021:

4:26 PM Changeset [1733184]ADTast-experimentalenumpthread-emulationqualifiedEnum by Michael Brooks <mlbrooks@…>
Fixing LL API not allowing simple assignment. Removing accidentally …
3:40 PM Changeset [1387ea0]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
We can now thread the global/special declarations from convert to …
2:51 PM Changeset [ce36b55]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Translation of Validate F; and some improvements in some helpers.

Nov 12, 2021:

11:27 AM Changeset [5dcb881]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Split up the validate pass. (Some statistics code is repeated, but …

Nov 11, 2021:

9:43 AM Changeset [3249dd8b]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Some clean-up. DeepCopyCore? lost its already tenous reason to be in …

Nov 10, 2021:

7:47 PM Changeset [b7fd9daf]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
Merge branch 'new-ast-unique-expr'
7:23 PM Changeset [f95634e]ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
fix unique expr pass
7:21 PM Changeset [bb9924c]ADTast-experimentalenumforall-pointer-decaynew-ast-unique-exprpthread-emulationqualifiedEnum by Fangren Yu <f37yu@…>
fix unique expr pass

Nov 9, 2021:

3:57 PM Changeset [1622af5]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Created CandidatePrinter? from AlternativePrinter? (seems to uncover a …

Nov 8, 2021:

5:29 PM Changeset [36a05d7]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Started doing some work on the eval portion of my thesis.
5:28 PM Changeset [cc287800]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Thierry Delisle <tdelisle@…>
Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
4:53 PM Changeset [5ee153d]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Translated the Translate Throws pass to the new ast.
11:35 AM Changeset [a5a08a05]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Missed a few extra references to LabelGenerator?.
11:12 AM Changeset [cb921d4]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Changed some of the new ast code so they no longer pass around the …
10:51 AM Changeset [de31a1d]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Converted the two LabelGenerator? singletons into a single pure-static …

Nov 5, 2021:

7:44 PM Changeset [817bb3c]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Clean-up in MultiLevelExit?, including a small interface change.
4:18 PM Changeset [21fe17f]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Clean-up the FixLabelsCore? class and utilities.
1:46 PM Changeset [b8ab91a]ADTast-experimentalenumforall-pointer-decaypthread-emulationqualifiedEnum by Andrew Beach <ajbeach@…>
Fix Labels pass translated. This is fix label, mult-level exit and …
Note: See TracTimeline for information about the timeline view.