咨询与建议

限定检索结果

文献类型

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

馆藏范围

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

日期分布

学科分类号

  • 9 篇 工学
    • 8 篇 软件工程
    • 6 篇 计算机科学与技术...
    • 1 篇 电气工程
    • 1 篇 控制科学与工程

主题

  • 9 篇 recursive data s...
  • 4 篇 static analysis
  • 3 篇 pointer analysis
  • 2 篇 interprocedural
  • 2 篇 context-sensitiv...
  • 2 篇 cache
  • 2 篇 field-sensitive
  • 2 篇 data layout
  • 2 篇 pool allocation
  • 1 篇 point-to informa...
  • 1 篇 successive appro...
  • 1 篇 sql
  • 1 篇 storing data in ...
  • 1 篇 unlimited length...
  • 1 篇 unlimited length...
  • 1 篇 recursive algori...
  • 1 篇 infinite address...
  • 1 篇 relational datab...
  • 1 篇 unbounded linear...
  • 1 篇 unbounded addres...

机构

  • 2 篇 univ illinois ur...
  • 2 篇 univ illinois il...
  • 1 篇 umea univ dept c...
  • 1 篇 univ. of colorad...
  • 1 篇 ibm corp thomas ...
  • 1 篇 institute of par...
  • 1 篇 department of co...
  • 1 篇 bad homburg

作者

  • 2 篇 adve v
  • 2 篇 lattner c
  • 2 篇 adve vikram
  • 2 篇 lenharth andrew
  • 2 篇 lattner chris
  • 1 篇 黄波
  • 1 篇 kuo fy
  • 1 篇 藏斌宇
  • 1 篇 baber rl
  • 1 篇 jonsson i
  • 1 篇 朱传琪
  • 1 篇 tillquist j
  • 1 篇 李靖
  • 1 篇 misra jayadev
  • 1 篇 gustavson f

语言

  • 7 篇 英文
  • 2 篇 其他
检索条件"主题词=recursive data structure"
9 条 记 录,以下是1-10 订阅
排序:
A New Approach to Pointer Analysis for Assignments
收藏 引用
Journal of Computer Science & Technology 2001年 第3期16卷 242-250页
作者: 黄波 藏斌宇 李靖 朱传琪 Institute of Parallel Processing Fudan University Shanghai P.R. China
Pointer analysis is a technique to identify at compile-time the potential values of the pointer expressions in a program, which promises significant benefits for optimizing and parallelizing compilers. In this paper,... 详细信息
来源: 评论
A METHOD FOR REPRESENTING data ITEMS OF UNLIMITED LENGTH IN A COMPUTER MEMORY
收藏 引用
IEEE TRANSACTIONS ON SOFTWARE ENGINEERING 1981年 第6期7卷 590-593页
作者: BABER, RL Bad Homburg Germany
Three methods are commonly used for representing variable length data in a computer memory: 1. linked linear lists, 2. prefixing the data item with a length indicator, and 3. storing a special termination symbol at th... 详细信息
来源: 评论
Making context-sensitive points-to analysis with heap cloning practical for the real world  07
Making context-sensitive points-to analysis with heap clonin...
收藏 引用
Conference on Programming Language Design and Implementation
作者: Lattner, Chris Lenharth, Andrew Adve, Vikram Univ Illinois Urbana IL 61801 USA
Context-sensitive pointer analysis algorithms with full "heap cloning" are powerful but are widely considered to be too expensive to include in production compilers. This paper shows, for the first time, tha... 详细信息
来源: 评论
Automatic pool allocation: Improving performance by controlling data structure layout in the heap
Automatic pool allocation: Improving performance by controll...
收藏 引用
Conference on Programming Language Design and Implementation
作者: Lattner, C Adve, V Univ Illinois Chicago IL 60680 USA
This paper describes Automatic Pool Allocation, a transformation framework that segregates distinct instances of heap-based data structures into seperate memory pools and allows heuristics to be used to partially cont... 详细信息
来源: 评论
High performance Cholesky factorization via blocking and recursion that uses minimal storage  5th
High performance Cholesky factorization via blocking and rec...
收藏 引用
5th International Workshop on Applied Parallel Computing (PARA 2000)
作者: Gustavson, F Jonsson, I IBM Corp Thomas J Watson Res Ctr Yorktown Hts NY 10598 USA Umea Univ Dept Comp Sci SE-90187 Umea Sweden
We present a high performance Cholesky factorization algorithm, called BPC for Blocked Packed Cholesky, which performs better or equivalent to the LAPACK DPOTRF subroutine, but with about the same memory requirements ... 详细信息
来源: 评论
A Technique of Algorithm Construction on Sequences
收藏 引用
IEEE Transactions on Software Engineering 1978年 第1期SE-4卷 65-69页
作者: Misra, Jayadev Department of Computer Science University of Texas Austin TX 78712 United States
A technique is presented which is shown to be useful in designing algorithms which operate on sequences (strings). A generalization of the principle is presented for more general data structure. Copyright © 1978 ... 详细信息
来源: 评论
Automatic pool allocation: Improving performance by controlling data structure layout in the heap
收藏 引用
ACM SIGPLAN NOTICES 2005年 第6期40卷 129-142页
作者: Lattner, C Adve, V Univ Illinois Chicago IL 60680 USA
This paper describes Automatic Pool Allocation, a transformation framework that segregates distinct instances of heap-based data structures into seperate memory pools and allows heuristics to be used to partially cont... 详细信息
来源: 评论
AN APPROACH TO THE recursive RETRIEVAL PROBLEM IN THE RELATIONAL dataBASE
收藏 引用
COMMUNICATIONS OF THE ACM 1989年 第2期32卷 239-245页
作者: TILLQUIST, J KUO, FY Univ. of Colorado Denver Univ. of Colorado Denver
The article examines the QUEL language of RT-Ingres to facilitate this recursive retrieval function using the Theory of Transitive Closure. Initially, a recursive data structure is converted to a directed graph, in wh... 详细信息
来源: 评论
Making context-sensitive points-to analysis with heap cloning practical for the real world
收藏 引用
ACM SIGPLAN NOTICES 2007年 第6期42卷 278-289页
作者: Lattner, Chris Lenharth, Andrew Adve, Vikram Univ Illinois Urbana IL 61801 USA
Context-sensitive pointer analysis algorithms with full "heap cloning" are powerful but are widely considered to be too expensive to include in production compilers. This paper shows, for the first time, tha... 详细信息
来源: 评论