Skip to content

Commit

Permalink
Restore TraceMonkey for Wednesday
Browse files Browse the repository at this point in the history
  • Loading branch information
sampsyo committed Nov 30, 2020
1 parent e096504 commit 588321b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions data/content.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ name = "An Efficient Implementation of SELF, a Dynamically-Typed Object-Oriented
link = "http://portal.acm.org/citation.cfm?id=74884"
details = "C. Chambers, D. Ungar, and E. Lee. OOPSLA 1989."

# [[classes]]
# title = "Tracing"
# leader = "Will Smith"
# [[classes.readings]]
# name = "Trace-Based Just-in-Time Type Specialization for Dynamic Languages"
# details = "Andreas Gal, Brendan Eich, Mike Shaver, David Anderson, David Mandelin, Mohammad R. Haghighat, Blake Kaplan, Graydon Hoare, Boris Zbarsky, Jason Orendorff, Jesse Ruderman, Edwin W. Smith, Rick Reitmaier, Michael Bebenita, Mason Chang, and Michael Franz. PLDI 2009."
# link = "https://dl.acm.org/citation.cfm?id=1542476.1542528"


# Synthesis.

Expand All @@ -151,6 +143,15 @@ name = "Chlorophyll: Synthesis-Aided Compiler for Low-Power Spatial Architecture
link = "https://dl.acm.org/citation.cfm?id=2594339"
details = "Phitchaya Mangpo Phothilimthana, Tikhon Jelvis, Rohin Shah, Nishant Totla, Sarah Chasins, and Rastislav Bodik. PLDI 2014."

# HACK: out of order. Should be in JIT section.
[[classes]]
title = "Tracing"
leader = "Will Smith"
[[classes.readings]]
name = "Trace-Based Just-in-Time Type Specialization for Dynamic Languages"
details = "Andreas Gal, Brendan Eich, Mike Shaver, David Anderson, David Mandelin, Mohammad R. Haghighat, Blake Kaplan, Graydon Hoare, Boris Zbarsky, Jason Orendorff, Jesse Ruderman, Edwin W. Smith, Rick Reitmaier, Michael Bebenita, Mason Chang, and Michael Franz. PLDI 2009."
link = "https://dl.acm.org/citation.cfm?id=1542476.1542528"


# Parallelism.

Expand Down
2 changes: 1 addition & 1 deletion data/schedule.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ event = "Thanksgiving break"
date = "November 30"
mon = true
notes = ["Classes go all-virtual"]
# collapse = 2 # HACK

[[days]]
date = "December 2"
collapse = 2 # HACK

[[days]]
date = "December 7"
Expand Down

0 comments on commit 588321b

Please sign in to comment.