- 授权协议: GPL
- 开发语言: Java 汇编
- 操作系统: 跨平台
- 软件首页: https://github.com/mcai/Archimulator
- 软件文档: https://github.com/mcai/Archimulator
- 官方下载: https://github.com/mcai/Archimulator
软件介绍
Archimulator 国产纯Java多核体系结构模拟器:
-
Written in 100% Java with the aid of JNA (Java Native Access) for native POSIX syscall implementations, which assures its portability and usability across many Linux machine configurations.
-
Facilitates interface-based hierarchical object orientation to improve code readability and extensibility.
-
Provides functional architectural simulation of:
- Program loading for statically-linked MIPS32 ELF executables (both Little Endian and Big Endian are supported);
- Functional execution of common integer and floating-point instructions of MIPS32 ISA;
- Emulation of common POSIX system calls;
- Execution of Pthreads based multithreaded programs.
-
Provides cycle-accurate microarchitectural simulation of:
- Separate pipeline structures such as the reorder buffer, separate integer and floating point physical register files;
- Explicit register renaming based on the merged architectural and rename register file model;
- Single-threaded superscalar out-of-order execution, multithreaded SMT and CMP execution model;
- Multi-level inclusive cache hierarchy with the directory-based MESI coherence protocol;
- Simple cycle-accurate DRAM controller model;
- Various kinds of static and dynamic branch predictors, checkpointing-based pipeline recovery on branch misprediction.
构建高性能Web站点
郭欣 / 电子工业出版社 / 2009-8 / 59.00元
本书围绕如何构建高性能Web站点,从多个方面、多个角度进行了全面的阐述,涵盖了Web站点性能优化的几乎所有内容,包括数据的网络传输、服务器并发处理能力、动态网页缓存、动态网页静态化、应用层数据缓存、分布式缓存、Web服务器缓存、反向代理缓存、脚本解释速度、页面组件分离、浏览器本地缓存、浏览器并发请求、文件的分发、数据库I/O优化、数据库访问、数据库分布式设计、负载均衡、分布式文件系统、性能监控等。......一起来看看 《构建高性能Web站点》 这本书的介绍吧!
