咨询与建议

限定检索结果

文献类型

  • 4 篇 期刊文献
  • 2 篇 会议

馆藏范围

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

日期分布

学科分类号

  • 5 篇 工学
    • 4 篇 计算机科学与技术...
    • 4 篇 软件工程
  • 1 篇 理学
    • 1 篇 数学
  • 1 篇 管理学
    • 1 篇 管理科学与工程(可...

主题

  • 6 篇 profile-based op...
  • 2 篇 memory managemen...
  • 2 篇 program customiz...
  • 2 篇 dynamic storage ...
  • 1 篇 lexicographic op...
  • 1 篇 branch target bu...
  • 1 篇 ordered weighted...
  • 1 篇 compiler-assiste...
  • 1 篇 bipartite matchi...
  • 1 篇 fair assignment
  • 1 篇 trace scheduling
  • 1 篇 student-project ...
  • 1 篇 type feedback
  • 1 篇 branch predictio...
  • 1 篇 envy-free divisi...
  • 1 篇 run-time compila...
  • 1 篇 performance eval...
  • 1 篇 pause clustering
  • 1 篇 mixed integer li...
  • 1 篇 adaptive optimiz...

机构

  • 1 篇 microsoft corp r...
  • 1 篇 univ colorado de...
  • 1 篇 sun microsyst la...
  • 1 篇 univ pavia dept ...
  • 1 篇 univ arizona tuc...
  • 1 篇 univ southern de...
  • 1 篇 department of co...
  • 1 篇 department of co...

作者

  • 2 篇 grunwald d
  • 1 篇 ungar d
  • 1 篇 he wei
  • 1 篇 chiarandini marc...
  • 1 篇 holzle u
  • 1 篇 seidl ml
  • 1 篇 strout michelle ...
  • 1 篇 calder b
  • 1 篇 zorn bg
  • 1 篇 fagerberg rolf
  • 1 篇 gualandi stefano
  • 1 篇 zorn b

语言

  • 6 篇 英文
检索条件"主题词=profile-based optimization"
6 条 记 录,以下是1-10 订阅
排序:
Implementing heap-object behavior prediction efficiently and effectively
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 2001年 第9期31卷 869-892页
作者: Seidl, ML Zorn, BG Univ Colorado Dept Comp Sci Boulder CO 80309 USA Microsoft Corp Redmond WA 98052 USA
Heap-allocated objects play an important role in many modern programs. Various results have shown the overall performance of these programs can be improved by increasing the reference locality of heap-allocated object... 详细信息
来源: 评论
CUSTOMALLOC - EFFICIENT SYNTHESIZED MEMORY ALLOCATORS
收藏 引用
SOFTWARE-PRACTICE & EXPERIENCE 1993年 第8期23卷 851-869页
作者: GRUNWALD, D ZORN, B Department of Computer Science Campus Box 430 University of Colorado Boulder 80309-0430 U.S.A.
The allocation and disposal of memory is a ubiquitous operation in most programs. Rarely do programmers concern themselves with details of memory allocators;most assume that memory allocators provided by the system pe... 详细信息
来源: 评论
Reconciling responsiveness with performance in pure object-oriented languages
收藏 引用
ACM TRANSACTIONS ON PROGRAMMING LANGUAGES AND SYSTEMS 1996年 第4期18卷 355-400页
作者: Holzle, U Ungar, D SUN MICROSYST LABS MT VIEWCA 94043
Dynamically dispatched calls often limit the performance of object-oriented programs, since object-oriented programming encourages factoring code into small, reusable units, thereby increasing the frequency of these e... 详细信息
来源: 评论
Handling preferences in student-project allocation
收藏 引用
ANNALS OF OPERATIONS RESEARCH 2019年 第1期275卷 39-78页
作者: Chiarandini, Marco Fagerberg, Rolf Gualandi, Stefano Univ Southern Denmark Dept Math & Comp Sci Campusvej 55 DK-5230 Odense M Denmark Univ Pavia Dept Math Via Ferrata 1 I-27100 Pavia Italy
We consider the problem of allocating students to project topics satisfying side constraints and taking into account students' preferences. Students rank projects according to their preferences for the topic and s... 详细信息
来源: 评论
Potential of Interpreter Specialization for Data Analysis
Potential of Interpreter Specialization for Data Analysis
收藏 引用
35th International ISC High Performance Conference
作者: He, Wei Strout, Michelle Mills Univ Arizona Tucson AZ 85721 USA
Scientists frequently implement data analyses in high-level programming languages such as Python, Perl, Lu, and R. Many of these languages are inefficient due to the overhead of being dynamically typed and interpreted... 详细信息
来源: 评论
REDUCING BRANCH COSTS VIA BRANCH ALIGNMENT  6
REDUCING BRANCH COSTS VIA BRANCH ALIGNMENT
收藏 引用
6th International Conference on Architectural Support for Programming Languages and Operating Systems
作者: CALDER, B GRUNWALD, D Department of Computer Science Campus Box 430 University of Colorado Boulder CO USA
Several researchers have proposed algorithms for basic block reordering. We call these branch alignment algorithms. The primary emphasis of these algorithms has been on improving instruction cache locality, and the fe... 详细信息
来源: 评论