由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - register在CPU中,但是也可以用内存地址访问?(embedded) (转载)
相关主题
C语言里面的register变量能否进行取地址操作?讨论个idea题
大家看看阿三在onsite的时候怎么黑我的 (转载)OPT延期必须要有job offer吗?
小弟正在在线考试,3道问题完全不会,请各位帮帮忙,还有40分钟就要交卷了T_T可不可以这样认为
Bloomberg电话面试真题并求答案如果公司总部是e-verify,那么它的子公司也都算e-verify吗?
[合集] Bloomberg电话面试真题并求答案律师的关于LCA和 prevailing wage的回答
新版OPT我校的解释问道Bloomberg的题目。
高人指点怎么在embedded sys(atmel 系列)上写内存管理 (转载)请教个link regisnter 和 程序返回地址的问题
请教如何使用linkedin?A question about the summer internship
相关话题的讨论汇总
话题: register话题: cpu话题: 内存地址话题: registers话题: memory
进入JobHunting版参与讨论
1 (共1页)
s********k
发帖数: 6180
1
【 以下文字转载自 CS 讨论区 】
发信人: silverhawk (silverhawk), 信区: CS
标 题: register在CPU中,但是也可以用内存地址访问?(embedded)
发信站: BBS 未名空间站 (Fri Dec 10 14:00:56 2010, 美东)
一般register是内存地址最开始的一段。既然不在RAM但是在CPU中,那么register和
RAM中其他内存用连续地址用处在于软件比较好访问?或者对于VM好操作?
j*****u
发帖数: 1133
2
没看懂你的问题,你是问RAM中连续地址的好处?
地址连续的话可以直接计算出地址,比如array中取某个元素可以很容易的计算出其地址
另外一个好处是cache方便,可以preload到cache中增加cache命中的机率
s********k
发帖数: 6180
3
差不多就是这个意思,register和RAM物理上不在一起,但是一起编地址。为何cache方
便?可以RAM有自己地址从0x0000开始,register另外一个地址,反正只需要CPU知道就
是了,这样的话难道cache机制不一样?

地址

【在 j*****u 的大作中提到】
: 没看懂你的问题,你是问RAM中连续地址的好处?
: 地址连续的话可以直接计算出地址,比如array中取某个元素可以很容易的计算出其地址
: 另外一个好处是cache方便,可以preload到cache中增加cache命中的机率

W****r
发帖数: 835
4
感觉除了能精简指令集之外,没有太大意义。
http://en.wikipedia.org/wiki/Addressing_mode#Memory-mapped_registers
Memory-mapped registers
On some computers, the registers were regarded as occupying the first 8 or
16 words of memory (e.g. ICL 1900, DEC PDP-10). This meant that there was no
need for a separate "Add register to register" instruction — you could
just use the "add memory to register" instruction.
In the case of early models of the PDP-10, which did not have any cache
memory, you could actually load a tight inner loop into the first few words
of memory (the fast registers in fact), and have it run much faster than if
it would have in magnetic core memory.
Later models of the DEC PDP-11 series mapped the registers onto addresses in
the input/output area, but this was primarily intended to allow remote
diagnostics. Confusingly, the 16-bit registers were mapped onto consecutive
8-bit byte addresses.
m*****g
发帖数: 226
5
原话的问题基本是不懂computer architecture的。
就算embedded也是从通用体系来的,区别不会太大。
1 (共1页)
进入JobHunting版参与讨论
相关主题
A question about the summer internship[合集] Bloomberg电话面试真题并求答案
register file write-through (转载)新版OPT我校的解释
what is the next高人指点怎么在embedded sys(atmel 系列)上写内存管理 (转载)
Pre-OPT请教如何使用linkedin?
C语言里面的register变量能否进行取地址操作?讨论个idea题
大家看看阿三在onsite的时候怎么黑我的 (转载)OPT延期必须要有job offer吗?
小弟正在在线考试,3道问题完全不会,请各位帮帮忙,还有40分钟就要交卷了T_T可不可以这样认为
Bloomberg电话面试真题并求答案如果公司总部是e-verify,那么它的子公司也都算e-verify吗?
相关话题的讨论汇总
话题: register话题: cpu话题: 内存地址话题: registers话题: memory