咨询与建议

限定检索结果

文献类型

  • 22 篇 会议

馆藏范围

  • 22 篇 电子文献
  • 0 种 纸本馆藏

日期分布

学科分类号

  • 21 篇 工学
    • 21 篇 软件工程
    • 3 篇 计算机科学与技术...

主题

  • 5 篇 probabilistic pr...
  • 3 篇 programming lang...
  • 2 篇 compilers
  • 2 篇 program analysis
  • 1 篇 expectation inva...
  • 1 篇 hardware acceler...
  • 1 篇 performance
  • 1 篇 symbolic reasoni...
  • 1 篇 macros
  • 1 篇 hashtable
  • 1 篇 granularity cont...
  • 1 篇 computer-aided e...
  • 1 篇 clustering
  • 1 篇 polyhedral trans...
  • 1 篇 fpgas
  • 1 篇 type systems
  • 1 篇 language memory ...
  • 1 篇 recursive types
  • 1 篇 implicit signal ...
  • 1 篇 program repair

机构

  • 3 篇 carnegie mellon ...
  • 2 篇 swiss fed inst t...
  • 1 篇 tu eindhoven ein...
  • 1 篇 inria
  • 1 篇 natl taipei univ...
  • 1 篇 univ michigan an...
  • 1 篇 uppsala univ upp...
  • 1 篇 ctr wiskunde & i...
  • 1 篇 microsoft corp r...
  • 1 篇 univ wisconsin m...
  • 1 篇 norwegian univ s...
  • 1 篇 tsinghua univ de...
  • 1 篇 ecole polytech f...
  • 1 篇 univ technol syd...
  • 1 篇 technion haifa
  • 1 篇 princeton univ p...
  • 1 篇 tu wien austria
  • 1 篇 delft univ techn...
  • 1 篇 univ strasbourg ...
  • 1 篇 uiuc champaign i...

作者

  • 2 篇 gehr timon
  • 2 篇 hoffmann jan
  • 2 篇 vechev martin
  • 2 篇 mansinghka vikas...
  • 1 篇 radicek ivan
  • 1 篇 milano matthew
  • 1 篇 carlson trevor e...
  • 1 篇 yahav eran
  • 1 篇 zhao tian
  • 1 篇 zhou li
  • 1 篇 zhang yaqi
  • 1 篇 chargueraud arth...
  • 1 篇 tsankov petar
  • 1 篇 guatto adrien
  • 1 篇 vanbever laurent
  • 1 篇 misailovic sasa
  • 1 篇 bondhugula uday
  • 1 篇 wiesmann pascal
  • 1 篇 pedram ardavan
  • 1 篇 koeplinger david

语言

  • 22 篇 英文
检索条件"任意字段=39th ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2018"
22 条 记 录,以下是11-20 订阅
排序:
Polyhedral Auto-transformation with No Integer Linear programming  2018
Polyhedral Auto-transformation with No Integer Linear Progra...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Acharya, Aravind Bondhugula, Uday Cohen, Albert Indian Inst Sci Dept Comp Sci & Automat Bangalore Karnataka India INRIA Paris France DI Ecole Normale Super Paris France
State-of-the-art algorithms used in automatic polyhedral transformation for parallelization and locality optimization typically rely on Integer Linear programming (ILP). this poses a scalability issue when scaling to ... 详细信息
来源: 评论
A General Path-Based Representation for Predicting Program Properties  2018
A General Path-Based Representation for Predicting Program P...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Alon, Uri Zilberstein, Meital Levy, Omer Yahav, Eran Technion Haifa Israel Univ Washington Seattle WA 98195 USA
Predicting program properties such as names or expression types has a wide range of applications. It can ease the task of programming, and increase programmer productivity. A major challenge when learning from program... 详细信息
来源: 评论
Proceedings of the acm sigplan conference on programming language design and implementation (pldi)
Proceedings of the ACM SIGPLAN Conference on Programming Lan...
收藏 引用
39th acm sigplan conference on programming language design and implementation, pldi 2018
the proceedings contain 55 papers. the topics discussed include: BLeak: automatically debugging memory leaks in web applications;putting in all the stops: execution control for JavaScript;persistency for synchronizati...
来源: 评论
Persistency for Synchronization-Free Regions  2018
Persistency for Synchronization-Free Regions
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Gogte, Vaibhav Diestelhorst, Stephan Wang, William Narayanasamy, Satish Chen, Peter M. Wenisch, thomas F. Univ Michigan Ann Arbor MI 48109 USA Arm Res Cambridge England
Nascent persistent memory (PM) technologies promise the performance of DRAM with the durability of disk, but how best to integrate them into programming systems remains an open question. Recent work extends language m... 详细信息
来源: 评论
To-Many or To-One? All-in-One! Efficient Purely Functional Multi-maps with Type-Heterogeneous Hash-Tries  2018
To-Many or To-One? All-in-One! Efficient Purely Functional M...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Steindorfer, Michael J. Vinju, Jurgen J. Delft Univ Technol Delft Netherlands Ctr Wiskunde & Informat Amsterdam Netherlands TU Eindhoven Eindhoven Netherlands
An immutable multi-map is a many-to-many map data structure with expected fast insert and lookup operations. this data structure is used for applications processing graphs or many-to-many relations as applied in compi... 详细信息
来源: 评论
Spatial: A language and Compiler for Application Accelerators  2018
Spatial: A Language and Compiler for Application Accelerator...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Koeplinger, David Feldman, Matthew Prabhakar, Raghu Zhang, Yaqi Hadjis, Stefan Fiszel, Ruben Zhao, Tian Nardi, Luigi Pedram, Ardavan Kozyrakis, Christos Olukotun, Kunle Stanford Univ Stanford CA 94305 USA Ecole Polytech Fed Lausanne Lausanne Switzerland
Industry is increasingly turning to reconfigurable architectures like FPGAs and CGRAs for improved performance and energy efficiency. Unfortunately, adoption of these architectures has been limited by their programmin... 详细信息
来源: 评论
PMAF: An Algebraic Framework for Static Analysis of Probabilistic Programs  2018
PMAF: An Algebraic Framework for Static Analysis of Probabil...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Wang, Di Hoffmann, Jan Reps, thomas Carnegie Mellon Univ Pittsburgh PA 15213 USA Univ Wisconsin Madison WI 53706 USA GrammaTech Inc Ithaca NY USA
Automatically establishing that a probabilistic program satisfies some property phi is a challenging problem. While a sampling-based approach-which involves running the program repeatedly-can suggest that phi holds, t... 详细信息
来源: 评论
An Applied Quantum Hoare Logic  2019
An Applied Quantum Hoare Logic
收藏 引用
40th acm sigplan conference on programming language design and implementation (pldi) part of acm's Federated Computing Research conference (FCRC)
作者: Zhou, Li Yu, Nengkun Ying, Mingsheng Tsinghua Univ Dept Comp Sci & Technol Beijing Peoples R China Univ Technol Sydney CQSI FEIT Sydney NSW Australia Chinese Acad Sci Inst Software Beijing Peoples R China Tsinghua Univ Beijing Peoples R China
We derive a variant of quantum Hoare logic (QHL), called applied quantum Hoare logic (aQHL for short), by: (1) restricting QHL to a special class of preconditions and postconditions, namely projections, which can sign... 详细信息
来源: 评论
Advanced Automata-Based Algorithms for Program Termination Checking  2018
Advanced Automata-Based Algorithms for Program Termination C...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Chen, Yu-Fang Heizmann, Matthias Lengal, Ondrej Li, Yong Tsai, Ming-Hsien Turrini, Andrea Zhang, Lijun Acad Sinica Taipei Taiwan Natl Taipei Univ New Taipei Taiwan Univ Freiburg Freiburg Germany Brno Univ Technol FIT IT4Innovat Ctr Excellence Brno Czech Republic Chinese Acad Sci Univ Chinese Acad Sci Inst Software State Key Lab Comp Sci Beijing Peoples R China Chinese Acad Sci Inst Software State Key Lab Comp Sci Beijing Peoples R China
In 2014, Heizmann et al. proposed a novel framework for program termination analysis. the analysis starts with a termination proof of a sample path. the path is generalized to a Buchi automaton (BA) whose language (by... 详细信息
来源: 评论
SWOOP: Software-Hardware Co-design for Non-speculative, Execute-Ahead, In-Order Cores  2018
SWOOP: Software-Hardware Co-design for Non-speculative, Exec...
收藏 引用
39th acm sigplan conference on programming language design and implementation (pldi)
作者: Tran, Kim-Anh Jimborean, Alexandra Carlson, Trevor E. Koukos, Konstantinos Sjalander, Magnus Kaxiras, Stefanos Uppsala Univ Uppsala Sweden Natl Univ Singapore Singapore Singapore Norwegian Univ Sci & Technol NTNU Trondheim Norway
Increasing demands for energy eiciency constrain emerging hardware. these new hardware trends challenge the established assumptions in code generation and force us to rethink existing software optimization techniques.... 详细信息
来源: 评论