摘要: [Toc] 动态调度: 通过硬件在程序执行时重新安排代码的执行序列来减少竞争引起的流水线停顿时间 动态调度流水线具备以下功能: (1)允许按序取多条指令和发射多条指令 取指(IF)流水级允许按顺序取多条指令进入单口暂存器(single entry latch)或队列(queue), 指令然后从lat 阅读全文
posted @ 2019-01-06 14:50 我的小叮当 阅读(3546) 评论(0) 推荐(0) 编辑
摘要: 题目 链接: "https://leetcode.com/problems/array nesting/" Level: Easy Discription: Say you have an array for which the ith element is the price of a given 阅读全文
posted @ 2019-01-06 13:07 我的小叮当 阅读(143) 评论(0) 推荐(0) 编辑
摘要: 题目 链接: "https://leetcode.com/problems/majority element/" Level: Easy Discription: Given an array of size n, find the majority element. The majority el 阅读全文
posted @ 2019-01-06 12:18 我的小叮当 阅读(85) 评论(0) 推荐(0) 编辑