咨询与建议

限定检索结果

文献类型

  • 26 篇 会议

馆藏范围

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

日期分布

学科分类号

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

主题

  • 11 篇 design
  • 10 篇 languages
  • 6 篇 performance
  • 4 篇 algorithms
  • 3 篇 experimentation
  • 3 篇 reliability
  • 2 篇 scripting langua...
  • 2 篇 program synthesi...
  • 2 篇 type systems
  • 2 篇 probabilistic pr...
  • 2 篇 end-user program...
  • 2 篇 measurement
  • 2 篇 programming lang...
  • 2 篇 concurrency
  • 1 篇 deterministic mu...
  • 1 篇 separation
  • 1 篇 macros
  • 1 篇 precise exceptio...
  • 1 篇 symbolic virtual...
  • 1 篇 fast

机构

  • 2 篇 univ wisconsin m...
  • 2 篇 stanford univ st...
  • 2 篇 univ washington ...
  • 1 篇 epfl
  • 1 篇 natl taipei univ...
  • 1 篇 univ massachuset...
  • 1 篇 technion haifa
  • 1 篇 university of co...
  • 1 篇 ufrj rio de jane...
  • 1 篇 acad sinica taiw...
  • 1 篇 univ calif davis...
  • 1 篇 swiss fed inst t...
  • 1 篇 beijing inst tec...
  • 1 篇 puc-rio rio de j...
  • 1 篇 microsoft corp m...
  • 1 篇 chinese acad sci...
  • 1 篇 univ calif berke...
  • 1 篇 microsoft resear...
  • 1 篇 rice univ dept c...
  • 1 篇 cornell univ ith...

作者

  • 2 篇 gupta gagan
  • 2 篇 grossman dan
  • 2 篇 gulwani sumit
  • 2 篇 sohi gurindar s.
  • 2 篇 sridharan srinat...
  • 1 篇 mascarenhas fabi...
  • 1 篇 mckinley kathryn...
  • 1 篇 shull thomas
  • 1 篇 yahav eran
  • 1 篇 garzaran maria j...
  • 1 篇 vilk john
  • 1 篇 maidl andré murb...
  • 1 篇 sujeeth arvind k...
  • 1 篇 choi jiho
  • 1 篇 devito zachary
  • 1 篇 li yong
  • 1 篇 ceze luis
  • 1 篇 rajamani sriram ...
  • 1 篇 paulo marques
  • 1 篇 aiken alex

语言

  • 26 篇 英文
检索条件"任意字段=35th ACM SIGPLAN Conference on Programming Language Design and Implementation, PLDI 2014"
26 条 记 录,以下是21-30 订阅
排序:
Surgical Precision JIT Compilers  14
Surgical Precision JIT Compilers
收藏 引用
35th acm sigplan conference on programming language design and implementation (pldi)
作者: Rompf, Tiark Sujeeth, Arvind K. Brown, Kevin J. Lee, HyoukJoong Chafi, Hassan Olukotun, Kunle EPFL Zurich Switzerland Stanford Univ Stanford CA 94305 USA
Just-in-time (JIT) compilation of running programs provides more optimization opportunities than offline compilation. Modern JIT compilers, such as those in virtual machines like Oracle's HotSpot for Java or Googl... 详细信息
来源: 评论
Typed Lua: An optional type system for Lua
Typed Lua: An optional type system for Lua
收藏 引用
8th Workshop on Dynamic languages and Applications, Dyla 2014, with pldi 2014
作者: Maidl, André Murbach Mascarenhas, Fabio Ierusalimschy, Roberto PUC-Rio Rio de Janeiro Brazil UFRJ Rio de Janeiro Brazil
Dynamically typed languages trade flexibility and ease of use for safety, while statically typed languages prioritize the early detection of bugs, and provide a better framework for structure large programs. the idea ... 详细信息
来源: 评论
Session details: Probabilistic programming  14
Session details: Probabilistic programming
收藏 引用
Proceedings of the 35th acm sigplan conference on programming language design and implementation
作者: Ben Zorn Microsoft Research
No abstract available.
来源: 评论
Laws of concurrent programming  14
Laws of concurrent programming
收藏 引用
Proceedings of the 35th acm sigplan conference on programming language design and implementation
作者: Tony Hoare Microsoft Research Cambridge United Kingdom
the talk extends the Laws of programming [1] by four laws governing concurrent composition of programs. this operator is associative and commutative and distributive through union; and it has the same unit (do nothing... 详细信息
来源: 评论
Æminium: a permission based concurrent-by-default programming language approach  14
Æminium: a permission based concurrent-by-default programmi...
收藏 引用
Proceedings of the 35th acm sigplan conference on programming language design and implementation
作者: Sven Stork Karl Naden Joshua Sunshine Manual Mohr Alcides Fonseca Paulo Marques Jonathan Aldrich Carnegie Mellon University Karlsruhe Institute of Technology University of Coimbra
the aim of ÆMINIUM is to study the implications of having a concurrent-by-default programming language. this includes language design, runtime system, performance and software engineering *** conduct our study th... 详细信息
来源: 评论
the design and implementation of Typed Scheme
The Design and Implementation of Typed Scheme
收藏 引用
35th acm-sigplan-SIGACT Symposium on Principles of programming languages
作者: Tobin-Hochstadt, Sam Felleisen, Matthias Northeastern Univ PLT Boston MA 02115 USA
When scripts in untyped languages grow into large programs, maintaining them becomes difficult. A lack of types in typical scripting languages means that programmers must (re)discover critical pieces of design informa... 详细信息
来源: 评论