咨询与建议

限定检索结果

文献类型

  • 31 篇 会议
  • 3 篇 期刊文献

馆藏范围

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

日期分布

学科分类号

  • 31 篇 工学
    • 31 篇 计算机科学与技术...
    • 30 篇 软件工程
    • 2 篇 信息与通信工程
    • 2 篇 控制科学与工程
    • 2 篇 安全科学与工程
    • 1 篇 力学(可授工学、理...
  • 18 篇 理学
    • 14 篇 数学
    • 3 篇 物理学
    • 2 篇 系统科学
    • 2 篇 统计学(可授理学、...
  • 8 篇 管理学
    • 5 篇 图书情报与档案管...
    • 4 篇 管理科学与工程(可...
    • 2 篇 工商管理
  • 2 篇 教育学
    • 2 篇 教育学
  • 1 篇 法学
    • 1 篇 法学

主题

  • 11 篇 computer program...
  • 3 篇 computer program...
  • 2 篇 runtime
  • 2 篇 security of data
  • 2 篇 context sensitiv...
  • 2 篇 java programming...
  • 2 篇 dynamic programm...
  • 1 篇 object oriented ...
  • 1 篇 associate constr...
  • 1 篇 programming prof...
  • 1 篇 data security
  • 1 篇 access control
  • 1 篇 lattices
  • 1 篇 cross-lingual co...
  • 1 篇 cross-lingual in...
  • 1 篇 automatic progra...
  • 1 篇 computer securit...
  • 1 篇 optimization
  • 1 篇 linear programmi...
  • 1 篇 computer languag...

机构

  • 2 篇 carnegie mellon ...
  • 2 篇 ibm research
  • 1 篇 harvard universi...
  • 1 篇 chinese univ hon...
  • 1 篇 school of electr...
  • 1 篇 school of electr...
  • 1 篇 department of co...
  • 1 篇 university of ca...
  • 1 篇 university of ma...
  • 1 篇 microsoft resear...
  • 1 篇 university of ve...
  • 1 篇 tu wien austria
  • 1 篇 computer systems...
  • 1 篇 computer science...
  • 1 篇 department of co...
  • 1 篇 computer science...
  • 1 篇 university of ca...
  • 1 篇 department of el...
  • 1 篇 university of ma...
  • 1 篇 university of pe...

作者

  • 3 篇 hicks michael
  • 2 篇 smith scott f.
  • 1 篇 liu yanhong a.
  • 1 篇 erlingsson úlfar
  • 1 篇 spoonhower danie...
  • 1 篇 mcdaniel patrick
  • 1 篇 polakow jeff
  • 1 篇 ahmed el-mahdy
  • 1 篇 bridges matthew ...
  • 1 篇 raman easwaran
  • 1 篇 cheng perry
  • 1 篇 stoyle gareth
  • 1 篇 bhansali sanjay
  • 1 篇 liu michael yang...
  • 1 篇 hristova katia
  • 1 篇 siek jeremy
  • 1 篇 unno hiroshi
  • 1 篇 rothamel tom
  • 1 篇 blelloch guy e.
  • 1 篇 casey kevin

语言

  • 34 篇 英文
检索条件"任意字段=PLAS 2006 - 2006 Programming Languages and Analysis for Security Workshop"
34 条 记 录,以下是21-30 订阅
排序:
Classification of security properties in a Linda-like process algebra
收藏 引用
SCIENCE OF COMPUTER programming 2006年 第1期63卷 16-38页
作者: Aldini, Alessandro Univ Urbino Carlo Bo Ist Sci & Tecnol Informaz Urbino Italy
We provide a classification of noninterference-based security properties for the formal analysis of secure information flow in concurrent and distributed systems. This is done in the setting of a process algebra model... 详细信息
来源: 评论
Fast and flexible instruction selection with on-demand tree-parsing automata  06
Fast and flexible instruction selection with on-demand tree-...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Ertl, M. Anton Casey, Kevin Gregg, David TU Wien Austria Trinity College Dublin Ireland Institut für Computersprachen Technische Universität Wien Argentinierstraße 8 A-1040 Wien Austria
Tree parsing as supported by code generator generators like BEG, burg, iburg, lburg and ml-burg is a popular instruction selection method. There are two existing approaches for implementing tree parsing: dynamic progr... 详细信息
来源: 评论
Refinement-based context-sensitive points-to analysis for Java  06
Refinement-based context-sensitive points-to analysis for Ja...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Sridharan, Manu Bodík, Rastislav University of California Berkeley United States
We present a scalable and precise context-sensitive points-to analysis with three key properties: (1) filtering out of unrealizable paths, (2) a context-sensitive heap abstraction, and (3) a context-sensitive call gra... 详细信息
来源: 评论
The Atomos ∑ transactional programming language  06
The Atomos ∑ transactional programming language
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Carlstrom, Brian D. McDonald, Austen Chafi, Hassan Chung, Jaewoong Minh, Chi Cao Kozyrakis, Christos Olukotun, Kunle Computer Systems Laboratory Stanford University United States
Atomos is the first programming language with implicit transactions, strong atomicity, and a scalable multiprocessor implementation. Atomos is derived from Java, but replaces its synchronization and conditional waitin... 详细信息
来源: 评论
LOCKSMITH: Context-sensitive correlation analysis for race detection  06
LOCKSMITH: Context-sensitive correlation analysis for race d...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Pratikakis, Polyvios Foster, Jeffrey S. Hicks, Michael University of Maryland College Park United States
One common technique for preventing data races in multi-threaded programs is to ensure that all accesses to shared locations are consistently protected by a lock. We present a tool called LOCKSMITH for detecting data ... 详细信息
来源: 评论
A framework for unrestricted whole-program optimization  06
A framework for unrestricted whole-program optimization
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Triantafyllis, Spyridon Bridges, Matthew J. Raman, Easwaran Ottoni, Guilherme August, David I. Department of Computer Science Princeton University United States
Procedures have long been the basic units of compilation in conventional optimization frameworks. However, procedures are typically formed to serve software engineering rather than optimization goals, arbitrarily cons... 详细信息
来源: 评论
Algorithm specialization in generic programming: Challenges of constrained generics in C++  06
Algorithm specialization in generic programming: Challenges ...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Järvi, Jaakko Gregor, Douglas Willcock, Jeremiah Lumsdaine, Andrew Siek, Jeremy Texas A and M University United States Indiana University United States Rice University United States
Generic programming has recently emerged as a paradigm for developing highly reusable software libraries, most notably in C++. We have designed and implemented a constrained generics extension for C++ to support modul... 详细信息
来源: 评论
Eventrons: A safe programming construct for high-frequency hard real-time applications  06
Eventrons: A safe programming construct for high-frequency h...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Spoonhower, Daniel Auerbach, Joshua Bacon, David F. Cheng, Perry Grove, David Carnegie Mellon University United States IBM Research
While real-time garbage collection has achieved worst-case latencies on the order of a millisecond, this technology is approaching its practical limits. For tasks requiring extremely low latency, and especially period... 详细信息
来源: 评论
Profile-guided proactive garbage collection for locality optimization  06
Profile-guided proactive garbage collection for locality opt...
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Chen, Wen-Ke Bhansali, Sanjay Chilimbi, Trishul Gao, Xiaofeng Chuang, Weihaw Microsoft Research One Microsoft Way Redmond WA 98052 United States Dept. of Computer Science and Engineering University of California at San Diego San Diego CA 92093 United States
Many applications written in garbage collected languages have large dynamic working sets and poor data locality. We present a new system for continuously improving program data locality at run time with low overhead. ... 详细信息
来源: 评论
Practical dynamic software updating for C  06
Practical dynamic software updating for C
收藏 引用
ACM SIGPLAN Conference on programming Language Design and Implementation, PLDI 2006 - plas 2006: 2006 programming languages and analysis for security workshop
作者: Neamtiu, Iulian Hicks, Michael Stoyle, Gareth Oriol, Manuel University of Maryland United States University of Cambridge United Kingdom ETH Zurich Switzerland
Software updates typically require stopping and restarting an application, but many systems cannot afford to halt service, or would prefer not to. Dynamic software updating (DSU) addresses this difficulty by permittin... 详细信息
来源: 评论