Timeline
Apr 29, 2022:
- 9:39 PM Changeset [4b4f95f]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:39 PM Changeset [433905a]pthread-emulation by
- temporary fix for 32-bit alignment problem, use …
- 9:36 PM Changeset [b2516e6]pthread-emulation by
- change libAlign to use BIGGEST_ALIGNMENT
- 3:39 PM Changeset [0c939dd]pthread-emulation by
- Removed extra include, it should compile again.
- 3:10 PM Changeset [4cb1a24]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:10 PM Changeset [111a2ab3]pthread-emulation by
- Changed churn.cfa to use the same approach as rust
- 2:24 PM Changeset [b029e31]pthread-emulation by
- Implemented churn benchmark for rust.
- 1:30 PM Changeset [298fe57]pthread-emulation by
- Translated 3/4 of validate_B. Link Reference To Types has been removed …
- 11:02 AM Changeset [ffef246]pthread-emulation by
- remove unused file dofree.tex
Apr 28, 2022:
- 1:22 PM Changeset [d8075d28]pthread-emulation by
- corrected benchmark configurations as per last run
- 1:02 PM Changeset [73a57af2]pthread-emulation by
- added abstract and acknowledge
- 12:57 PM Changeset [45200b6]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 12:57 PM Changeset [7b9391a1]pthread-emulation by
- re-drew memory graphs with constant y-axis multiplier
- 9:47 AM Changeset [e82a6e4f]pthread-emulation by
- small edits in conclusion chapter
- 9:37 AM Changeset [1b64344]pthread-emulation by
- proofread assessment sections in performance chapter
Apr 27, 2022:
- 8:18 PM Changeset [d24be37]pthread-emulation by
- cache, speed, churn graphs re-drawn with log scale
- 7:37 PM Changeset [0bd6a14]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:36 PM Changeset [4b2ea0d]pthread-emulation by
- added analysis for benchmark results
- 5:05 PM Changeset [1784e9e]pthread-emulation by
- Removed c.c file which probably was never meant to be checked in
- 4:59 PM Changeset [e9c5db2]pthread-emulation by
- Minor fixes to benchmark processing scripts
- 4:09 PM Changeset [a6c10de]pthread-emulation by
- added graphs from the re-run
- 2:35 PM Changeset [4994d67]pthread-emulation by
- small changes to performance chapter
- 2:34 PM Changeset [8eeca77]pthread-emulation by
- small changes to conclusion chapter
- 2:33 PM Changeset [37ef5e41]pthread-emulation by
- add key to citation entries
- 8:29 AM Changeset [108f6c32]pthread-emulation by
- first proofread of chapter conclusions
Apr 26, 2022:
- 6:17 PM Changeset [8f94a63]pthread-emulation by
- add citations
- 6:16 PM Changeset [2ebde76]pthread-emulation by
- update url to href, add citation ptmalloc3 and tbbmalloc
- 6:15 PM Changeset [5cd0742]pthread-emulation by
- update citation url to href
- 5:46 PM Changeset [f4fe7fd]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 5:46 PM Changeset [b81ab1c6]pthread-emulation by
- second proofread of chapter performance
- 5:45 PM Changeset [0f6d787]pthread-emulation by
- add info on available random distributions, and M initial allocations …
- 5:43 PM Changeset [47204d4]pthread-emulation by
- add label for chapter Allocator
- 5:42 PM Changeset [91b218d0]pthread-emulation by
- add citations for C++ uniformPRNG and fisherPRNG
- 5:40 PM Changeset [1b2adec]pthread-emulation by
- add latex macros \VRefrange and \VPagerefrange
- 3:06 PM Changeset [ed49dbd]pthread-emulation by
- Forgot to remove debug print.
- 2:58 PM Changeset [57af3f3]pthread-emulation by
- Changed plotter to show all data + min,max and median.
- 8:33 AM Changeset [c9136d9]pthread-emulation by
- first proofread of chapter performance
- 8:31 AM Changeset [cd1a5e8]pthread-emulation by
- reorder micro-benchmarks to match performance chapter
- 8:30 AM Changeset [c73213b]pthread-emulation by
- add citations for glibc, hoard, rpmalloc, jemalloc
Apr 25, 2022:
- 7:00 PM Changeset [69ec0fb]pthread-emulation by
- fix error in second update of heap allocator
- 10:55 AM Changeset [e357efb]pthread-emulation by
- second proofread of chapter benchmarks
- 10:54 AM Changeset [52a532a]pthread-emulation by
- add labels to refer to sections
Apr 24, 2022:
- 10:54 PM Changeset [a6e8f64]pthread-emulation by
- first proofread of chapter benchmarks
- 10:53 PM Changeset [16d397a]pthread-emulation by
- change task to thread
- 10:45 PM Changeset [4f7ad4b]pthread-emulation by
- move figure RemoteFreeList?.fig under directory pictures
- 10:34 PM Changeset [3229b4f]pthread-emulation by
- remove unnecessary entries
- 10:47 AM Changeset [19e5d65d]pthread-emulation by
- second update of heap allocator towards new heap-per-thread version
- 10:45 AM Changeset [58e97d9]pthread-emulation by
- formatting
Apr 22, 2022:
- 6:36 PM Changeset [31a5f418]pthread-emulation by
- start update of heap allocator to new heap-per-thread version
- 6:33 PM Changeset [16cc9f7]pthread-emulation by
- change cfaabi_bits_print... routines to return the number of …
Apr 21, 2022:
- 9:04 AM Changeset [94d91e17]pthread-emulation by
- completed performance/evaluations chapter
- 9:03 AM Changeset [4c530a5]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 9:02 AM Changeset [3c79ea9]pthread-emulation by
- completed performance/evaluations chapter
Apr 20, 2022:
- 3:00 PM Changeset [f6e6a55]pthread-emulation by
- Added ast::WaitForClause? and changed ast::WaitForStmt? to use it. This …
Apr 19, 2022:
- 3:54 PM Changeset [2686bc7]pthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:53 PM Changeset [374cb11]pthread-emulation by
- Replace the interface for EnumDecl? node construction to support …
- 3:13 PM Changeset [5b84a321]pthread-emulation by
- resolved allocator.text conflict
- 3:00 PM Changeset [2e9b59b]pthread-emulation by
- added benchmark and evaluations chapter to thesis
- 2:53 PM Changeset [ba897d21]pthread-emulation by
- added benchmark and evaluations chapter to thesis
- 8:52 AM Changeset [bb7c77d]pthread-emulation by
- complete proofreading allocator chapter
Apr 18, 2022:
- 9:49 AM Changeset [75cd27b]pthread-emulation by
- update llheap figure
- 9:48 AM Changeset [23f1065]pthread-emulation by
- small wording changes to intro and background chapters, continue …
- 9:45 AM Changeset [ac4476d]pthread-emulation by
- add dependencies for pl.bib and common.tex to Makefile
- 9:43 AM Changeset [3e36b1d8]pthread-emulation by
- add additional figures
Apr 14, 2022:
- 4:37 PM Changeset [bfd5512]pthread-emulation by
- Pushing what little I have for Chapter 5
- 3:00 PM Changeset [365c8dcb]enumpthread-emulation by
- Merge branch 'master' into enum
- 2:59 PM Changeset [30d91e4]enumpthread-emulation by
- Change the code gen for enum value. Hope it fixes the gcc …
Apr 13, 2022:
- 2:55 PM Changeset [4ec9513]enumpthread-emulation by
- Converted validate C, including adding DimensionExpr? to the new ast.
- 1:08 PM Changeset [6b06abe]enumpthread-emulation by
- Some more writing, mostly pushing to have it on other machines
Apr 12, 2022:
- 1:52 PM Changeset [3112733]enumpthread-emulation by
- Filled in all of Chapter 4. It's not great but it's worth discussing
- 1:50 PM Changeset [e88c2fb]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:26 AM Changeset [29b3692]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 11:25 AM Changeset [6978468]enumpthread-emulation by
- add chapter label
- 11:24 AM Changeset [db4a8cf]enumpthread-emulation by
- proofread allocator chapter
- 11:23 AM Changeset [a9cf339]enumpthread-emulation by
- small edits in background chapter
- 11:22 AM Changeset [4325375]enumpthread-emulation by
- update allocator figures
- 11:20 AM Changeset [b787cad]enumpthread-emulation by
- new citations in bib file
- 11:19 AM Changeset [bbbb1e3]enumpthread-emulation by
- add breakline for URL addresses in references
- 11:17 AM Changeset [437b8b5]enumpthread-emulation by
- add figure for llheap
Apr 11, 2022:
- 8:49 PM Changeset [05e33f5]enumpthread-emulation by
- Added a section on fairness goals to chapter 3
- 5:51 PM Changeset [13888c0]enumpthread-emulation by
- First complete draft of chapter 3. Still very rough but probably worht …
- 1:02 PM Changeset [8d76f2b]enumpthread-emulation by
- Adding runtime bound checking for array subscripts and showing the …
- 12:49 PM Changeset [a08443b]enumpthread-emulation by
- Thesis clean-up from last reorganization
- 12:10 AM Changeset [d8c4fab]enumpthread-emulation by
- Rename makeArgvObj
Apr 10, 2022:
- 11:39 PM Changeset [7ee5d6d]enumpthread-emulation by
- Add the test_enum.cfa authored by Peter. Many features are not yet …
- 11:03 PM Changeset [5bb1ac1]enumpthread-emulation by
- Allow generic types
- 10:06 PM Changeset [d8e2a09]enumpthread-emulation by
- Merge with master
- 2:53 PM Changeset [92538ab]enumpthread-emulation by
- Resolve conflict
Apr 9, 2022:
- 9:39 PM Ticket #259 (cfa-cc - Compiler crash on large recursive assertion requests) created by
- This bug report is the closest we have to a reproduction of …
- 9:37 PM Changeset [6256891]enumpthread-emulation by
- Disabling intermittently failing nightly test on 32-bit, as work …
- 4:42 PM Changeset [2a77817]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:42 PM Changeset [ee4b77b]enumpthread-emulation by
- allow preemption in PRNG.cfa and io/io-acquire.cfa
- 4:39 PM Changeset [7a1b7e6]enumpthread-emulation by
- bracket vfprintf/vfscanf with enable/disable interrupts in fstream
- 2:51 PM Changeset [6db62fa]enumpthread-emulation by
- Added some experiments, some graph generation and a whole lot of text
Apr 8, 2022:
- 5:52 PM Changeset [11a1240]enumpthread-emulation by
- fix excepted output for errors/scope
Apr 5, 2022:
- 3:48 PM Changeset [f34f95c]enumpthread-emulation by
- Updated plot script to support non-interactive mode
- 2:47 PM Changeset [0c3aa67]enumpthread-emulation by
- Fixed missing initialization.
Apr 4, 2022:
- 7:48 PM Changeset [f134c25]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 7:47 PM Changeset [f2bc9fa]enumpthread-emulation by
- Small changes to io and intro section.
- 3:35 PM Changeset [7c919559]enumpthread-emulation by
- skip resolve enum initializer pass
- 10:12 AM Changeset [1a9592a]enumpthread-emulation by
- Accepting the new structure, deleting the old
Apr 3, 2022:
- 8:49 PM Changeset [4559b34]enumpthread-emulation by
- Update the String Enum implementation. The declaration now can handles …
- 8:29 AM Changeset [37e9c1d]enumpthread-emulation by
- harmonize latex macros and Makefiles, small wording correction
Apr 2, 2022:
- 5:40 PM Changeset [85f9c77]enumpthread-emulation by
- remove spurious defaultdialect from CFAStyle
- 5:32 PM Changeset [27f1055]enumpthread-emulation by
- add empty intro, background, and conclusion chapters
- 5:18 PM Changeset [5a9bc1e]enumpthread-emulation by
- add test citation
- 5:13 PM Changeset [bdb4c3c]enumpthread-emulation by
- add \usepackage[T1]{fontenc} for printing special characters
- 4:51 PM Changeset [cf08cb2]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 4:50 PM Changeset [bbf6a180]enumpthread-emulation by
- change to uw-ethesis and restructure source
- 2:58 PM Changeset [928128d]enumpthread-emulation by
- Changed test to use regular prng
Apr 1, 2022:
- 3:24 PM Changeset [f8fc560]enumpthread-emulation by
- Enabled the comp_fair test now that it works
- 3:14 PM Changeset [04821de]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 3:13 PM Changeset [63db8fd7]enumpthread-emulation by
- Added test that checks fairness of the readyQ.
- 3:13 PM Changeset [12048a1]enumpthread-emulation by
- Simplifying the substring-aliasing demo's code-gen
- 2:46 PM Changeset [a18373a]enumpthread-emulation by
- Added a hook for the barrier's last block. Added testing to go with it.
- 2:29 PM Changeset [5b7fea7]enumpthread-emulation by
- barrier/order test now yields for more chaos
- 2:04 PM Changeset [5f53cc3]enumpthread-emulation by
- Added a slightly chaotic ready queue test that has the cluster fully …
- 1:47 PM Changeset [e71e94a]enumpthread-emulation by
- Some clean-up of ready queue usage of -1llu. io types ts now returns …
- 1:08 PM Changeset [1417f6b]enumpthread-emulation by
- Changed comp_fair to use a barrier rather than a semaphore.
- 12:40 PM Changeset [31ef267]enumpthread-emulation by
- Added comments.
- 12:17 PM Changeset [93b8cf4]enumpthread-emulation by
- Added a simple barrier and accompagnying tests.
- 11:32 AM Changeset [80e39f1]enumpthread-emulation by
- Removed unnecessary stats include.
Mar 31, 2022:
- 3:57 PM Changeset [f870e257]enumpthread-emulation by
- Disable waiting on io_uring for idle (maybe temporary).
Mar 30, 2022:
- 10:44 PM Changeset [13cdc8c]enumpthread-emulation by
- Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
- 10:43 PM Changeset [ee3da78]enumpthread-emulation by
- add figure User-Level Kernel Heaps
- 10:11 PM Changeset [a114743]enumpthread-emulation by
- proofread intro and background chapters
- 10:08 PM Changeset [65781a8]enumpthread-emulation by
- shorten target in make rule
- 4:55 PM Changeset [bdfd0bd]enumpthread-emulation by
- EINTR will no longer wakeup the idle_sleep.
- 4:51 PM Changeset [4ccc150]enumpthread-emulation by
- Fix the verifys I just added.
- 4:40 PM Changeset [77adaee]enumpthread-emulation by
- Added more verifys to eventfd_write
- 1:37 PM Changeset [efa28d5]enumpthread-emulation by
- Change wake_time to be as long as other timestamps to ease debugging.
Note: See TracTimeline
for information about the timeline view.