Skip to main content

Showing 1–4 of 4 results for author: Fallin, C

Searching in archive cs. Search in all archives.
.
  1. arXiv:2411.10559  [pdf, other

    cs.PL

    Partial Evaluation, Whole-Program Compilation

    Authors: Chris Fallin, Maxwell Bernstein

    Abstract: There is a tension in dynamic language runtime design between speed and correctness: state-of-the-art JIT compilation, the result of enormous industrial investment and significant research, achieves heroic speedups at the cost of complexity that can result in serious correctness bugs. Much of this complexity comes from the existence of multiple tiers and the need to maintain correspondence between… ▽ More

    Submitted 15 November, 2024; originally announced November 2024.

  2. arXiv:1805.03502  [pdf, other

    cs.AR

    RowClone: Accelerating Data Movement and Initialization Using DRAM

    Authors: Vivek Seshadri, Yoongu Kim, Chris Fallin, Donghyuk Lee, Rachata Ausavarungnirun, Gennady Pekhimenko, Yixin Luo, Onur Mutlu, Phillip B. Gibbons, Michael A. Kozuch, Todd C. Mowry

    Abstract: In existing systems, to perform any bulk data movement operation (copy or initialization), the data has to first be read into the on-chip processor, all the way into the L1 cache, and the result of the operation must be written back to main memory. This is despite the fact that these operations do not involve any actual computation. RowClone exploits the organization and operation of commodity DRA… ▽ More

    Submitted 7 May, 2018; originally announced May 2018.

    Comments: arXiv admin note: text overlap with arXiv:1605.06483

  3. arXiv:1603.00747  [pdf, other

    cs.DC cs.CR

    RowHammer: Reliability Analysis and Security Implications

    Authors: Yoongu Kim, Ross Daly, Jeremie Kim, Chris Fallin, Ji Hye Lee, Donghyuk Lee, Chris Wilkerson, Konrad Lai, Onur Mutlu

    Abstract: As process technology scales down to smaller dimensions, DRAM chips become more vulnerable to disturbance, a phenomenon in which different DRAM cells interfere with each other's operation. For the first time in academic literature, our ISCA paper exposes the existence of disturbance errors in commodity DRAM chips that are sold and used today. We show that repeatedly reading from the same address c… ▽ More

    Submitted 18 February, 2016; originally announced March 2016.

    Comments: This is the summary of the paper titled "Flipping Bits in Memory Without Accessing Them: An Experimental Study of DRAM Disturbance Errors" which appeared in ISCA in June 2014

  4. arXiv:1602.06005  [pdf, other

    cs.DC

    Achieving both High Energy Efficiency and High Performance in On-Chip Communication using Hierarchical Rings with Deflection Routing

    Authors: Rachata Ausavarungnirun, Chris Fallin, Xiangyao Yu, Kevin Kai-Wei Chang, Greg Nazario, Reetuparna Das, Gabriel H. Loh, Onur Mutlu

    Abstract: Hierarchical ring networks, which hierarchically connect multiple levels of rings, have been proposed in the past to improve the scalability of ring interconnects, but past hierarchical ring designs sacrifice some of the key benefits of rings by introducing more complex in-ring buffering and buffered flow control. Our goal in this paper is to design a new hierarchical ring interconnect that can ma… ▽ More

    Submitted 18 February, 2016; originally announced February 2016.

    ACM Class: C.1.2; B.4.3